diff options
Diffstat (limited to 'community-testing/mashup/PKGBUILD')
-rw-r--r-- | community-testing/mashup/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/community-testing/mashup/PKGBUILD b/community-testing/mashup/PKGBUILD deleted file mode 100644 index d1d1bacd0..000000000 --- a/community-testing/mashup/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Stefan Husmann <stefan-husmann@t-online.de> -# Maintainer: Stefan Husmann <stefan-husmann@t-online.de> - -pkgname=mashup -pkgver=3.5 -pkgrel=3 -pkgdesc="Adjusting images on a sheet of paper for printing" -url="http://kornelix.squarespace.com/$pkgname" -arch=('i686' 'x86_64') -license=('GPL3') -depends=('gtk3') -replaces=('printoxx') -source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz") -md5sums=('454b08e5589f93b3bdd4577c2578ae36') - -build() { - cd $srcdir/$pkgname-$pkgver - sed -i 's+xdg-deskto+#xdg-deskto+' Makefile - sed -i 's/--libs gtk+-3.0/--libs gtk+-3.0 gthread-2.0/' Makefile - make PREFIX=/usr -} - -package() { - cd $srcdir/$pkgname-$pkgver - install -Dm644 desktop $pkgdir/usr/share/applications/$pkgname.desktop - make DESTDIR=$pkgdir install - rm $pkgdir/usr/share/applications/kornelix-$pkgname.desktop - rm $pkgdir/usr/share/doc/$pkgname/$pkgname.man -} - |