pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Berseker on Wed 14 Jan 12:38
report abuse | download | new post

  1. # PKGBUILD by Berseker <berseker86@gmail.com>
  2. # Based on Gnome-Do PKGBUILD by Allan McRae <allan@archlinux.org>
  3.  
  4. pkgname=gnome-do-trunk
  5. pkgver=0.7.95.1
  6. pkgrel=1
  7. pkgdesc="A launcher application for gnome (like Launchy or Katapult) - Trunk Version"
  8. arch=('i686' 'x86_64')
  9. url="http://do.davebsd.com/"
  10. license=('GPL3')
  11. depends=('ndesk-dbus-glib' 'gnome-desktop-sharp' 'mono-addins'
  12.          'gnome-keyring-sharp-svn' 'notify-sharp-svn' 'xdg-utils')
  13. makedepends=('intltool')
  14. replaces=('gnome-do-plugins')
  15. options=('!libtool')
  16. provides=('gnome-do')
  17. conflicts=('gnome-do')
  18. source=(http://code.launchpad.net/do/trunk/0.7.95/+download/gnome-do-${pkgver}.tar.gz)
  19. md5sums=('21519222a49285dff83602811fbf7200')
  20.  
  21. build() {
  22.   export MONO_SHARED_DIR="${srcdir}/.wabi"
  23.   mkdir -p "${MONO_SHARED_DIR}"
  24.   cd "${srcdir}/gnome-do-$pkgver"
  25.   ./configure --prefix=/usr --sysconfdir=/etc
  26.   make || return 1
  27.   make DESTDIR="$pkgdir" install || return 1
  28. }

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post