kprinter4, poster: removed as obsolte

This commit is contained in:
Neofytos Kolokotronis 2016-03-22 22:36:49 +00:00
parent ec6f024820
commit b6f95a7534
3 changed files with 0 additions and 67 deletions

View File

@ -1,32 +0,0 @@
# Maintainer: UtG <utg[dot]chakra.linux[at]gmail[dot]com>
pkgname=kprinter4
pkgver=10
pkgrel=2
pkgdesc="GUI for printing Postscript files"
arch=('x86_64')
url="https://github.com/credativ/kprinter4"
license=('GPL3')
depends=('kde-runtime' 'ghostscript' 'psutils' 'poster' 'libspectre')
makedepends=('cmake' 'automoc4')
install=kprinter4.install
source=("https://github.com/credativ/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('3b45beabadbfef48f7106e5ac3896e80')
build() {
cd $srcdir/$pkgname-$pkgver
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=Debug ..
make
}
package() {
cd $srcdir/$pkgname-$pkgver/build
make DESTDIR=$pkgdir install
}

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -1,24 +0,0 @@
# Maintainer: UtG <utg[dot]chakra.linux[at]gmail[dot]com>
# Contributor from Arch: cromo <dawid@klej.net>
pkgname=poster
pkgver=20060221
pkgrel=1
pkgdesc="Scales or tiles a postscript image to print on multiple pages"
arch=('x86_64')
#url="http://printing.kde.org/downloads/"
url='http://directory.fsf.org/wiki/Poster'
license=('GPL')
source=(ftp://ftp.kde.org/pub/kde/printing/$pkgname.tar.bz2)
md5sums=('04b421e2ce516a44b6c5a9a092dfa623')
build() {
cd "$srcdir/$pkgname-$pkgver"
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
install -D -m755 $pkgname "$pkgdir/usr/bin/$pkgname"
install -D -m644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
}