summaryrefslogtreecommitdiff
path: root/community/mashup
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/mashup
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/mashup')
-rw-r--r--community/mashup/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD
deleted file mode 100644
index c17c47e0a..000000000
--- a/community/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.7.1
-pkgrel=1
-pkgdesc="Adjusting images on a sheet of paper for printing"
-url="http://kornelix.com/$pkgname"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gtk3')
-replaces=('printoxx')
-source=("http://www.kornelix.com/uploads/1/3/0/3/13035936/$pkgname-$pkgver.tar.gz")
-md5sums=('e93e38fb831b01a30bf90684ea4e44c9')
-
-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
-}
-