summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/ghosd/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/ghosd/PKGBUILD
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/mv-core/ghosd/PKGBUILD')
-rwxr-xr-xabs/mv-core/ghosd/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/abs/mv-core/ghosd/PKGBUILD b/abs/mv-core/ghosd/PKGBUILD
deleted file mode 100755
index f63fcac..0000000
--- a/abs/mv-core/ghosd/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-pkgname=ghosd
-pkgver=0.0.1
-pkgrel=19
-pkgdesc="notification program like xosd"
-depends=('cairo' 'perl' 'pango')
-makedepends=('pkgconfig')
-arch=('i686')
-source=(osdClient.pl osdServer.config osdServer.pl green800.png red800.png blue800.png yellow800.png 'grey800.png')
-
-
-build() {
- cd $startdir/src
- cp -rp $startdir/$pkgname-$pkgver .
- cd $startdir/src/$pkgname-$pkgver
- make distclean
- make clean
- ./configure --prefix=/usr --disable-shared
- make || return 1
- make prefix=$startdir/pkg/usr install
- #install -D -m755 ./examples/.libs/image $startdir/pkg/usr/bin/imageGhosd
- install -D -m755 ./examples/image $startdir/pkg/usr/bin/imageGhosd
-
- cd $startdir/src
- install -D -m755 osdClient.pl $startdir/pkg/usr/bin/osdClient.pl
- install -D -m755 osdServer.pl $startdir/pkg/usr/bin/osdServer.pl
- install -D -m755 osdServer.config $startdir/pkg/etc/osdServer.config
- install -D -m755 green800.png $startdir/pkg/usr/share/green800.png
- install -D -m755 red800.png $startdir/pkg/usr/share/red800.png
- install -D -m755 blue800.png $startdir/pkg/usr/share/blue800.png
- install -D -m755 yellow800.png $startdir/pkg/usr/share/yellow800.png
- install -D -m755 grey800.png $startdir/pkg/usr/share/grey800.png
-}
-