From 29896582b8f0f163c9b880fa64ee948d470ef5ba Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Aug 2012 00:02:57 +0000 Subject: Sat Aug 25 00:02:57 UTC 2012 --- community/print-manager/PKGBUILD | 29 +++++++++++++++++++++++++++++ community/qingy/PKGBUILD | 12 +++++++----- community/qingy/qingy@.service | 20 ++++++++++++++++++++ community/tabbed/PKGBUILD | 6 +++--- 4 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 community/print-manager/PKGBUILD create mode 100644 community/qingy/qingy@.service (limited to 'community') diff --git a/community/print-manager/PKGBUILD b/community/print-manager/PKGBUILD new file mode 100644 index 000000000..c377ad94d --- /dev/null +++ b/community/print-manager/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Andrea Scarpino +# Contributor: vicky91 + +pkgname=print-manager +pkgver=0.2.0 +pkgrel=1 +pkgdesc="A KDE tool for managing print jobs and printers" +arch=('i686' 'x86_64') +url="https://projects.kde.org/projects/playground/base/print-manager" +license=('GPL') +depends=('kdebase-workspace' 'libcups') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('183c22e91021b0357c2a27146c931de0') + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release \ + -DCUPS_1_6=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/community/qingy/PKGBUILD b/community/qingy/PKGBUILD index 89c4fc249..52801f11d 100644 --- a/community/qingy/PKGBUILD +++ b/community/qingy/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74060 2012-07-19 05:01:27Z ebelanger $ +# $Id: PKGBUILD 75441 2012-08-24 00:19:10Z ebelanger $ # Maintainer: Eric BĂ©langer # Contributor: Jaroslav Lichtblau pkgname=qingy pkgver=1.0.0 -pkgrel=5 +pkgrel=6 pkgdesc="A DirectFB getty replacement" arch=('i686' 'x86_64') url="http://qingy.sourceforge.net/" @@ -15,9 +15,10 @@ backup=('etc/qingy/settings' 'etc/qingy/welcomes') options=('!libtool') install=qingy.install source=(http://downloads.sourceforge.net/sourceforge/qingy/${pkgname}-${pkgver}.tar.bz2 \ - qingy.logrotate) -md5sums=('1e0912655e240adfd0ce5ced30bbc685' - 'a9bdfd0ac9f29380eafa97a4a056789d') + qingy.logrotate qingy@.service) +sha1sums=('22ee505e935bf7ddcbd33e23f754a5a1ca082c81' + '21676cf0b71334c666f7b3e4f3d8b4f319266c81' + '55cfd0b24c1dedd8aaea42fd03f5ec39a1be5e70') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -33,4 +34,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install install -D -m644 "${srcdir}/qingy.logrotate" "${pkgdir}/etc/logrotate.d/qingy" + install -D -m644 "${srcdir}/qingy@.service" "${pkgdir}/usr/lib/systemd/system/qingy@.service" } diff --git a/community/qingy/qingy@.service b/community/qingy/qingy@.service new file mode 100644 index 000000000..ce2156def --- /dev/null +++ b/community/qingy/qingy@.service @@ -0,0 +1,20 @@ +[Unit] +Description=Quingy on %I +Documentation=info:qingy +After=systemd-user-sessions.service plymouth-quit-wait.service + +[Service] +Environment=TERM=linux +ExecStart=/sbin/qingy %I -n +Restart=always +RestartSec=0 +UtmpIdentifier=%I +TTYPath=/dev/%I +TTYReset=yes +TTYVHangup=yes +TTYVTDisallocate=yes +KillMode=process +IgnoreSIGPIPE=no + +[Install] +Alias=getty.target.wants/qingy@tty1.service diff --git a/community/tabbed/PKGBUILD b/community/tabbed/PKGBUILD index c249ac00f..c89f0ed1f 100644 --- a/community/tabbed/PKGBUILD +++ b/community/tabbed/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 75190 2012-08-15 18:40:41Z lfleischer $ +# $Id: PKGBUILD 75438 2012-08-23 21:00:37Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: totoloco pkgname=tabbed -pkgver=0.4 +pkgver=0.4.1 pkgrel=1 pkgdesc='Simple generic tabbed fronted to xembed aware applications.' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('libx11') install='tabbed.install' source=("http://dl.suckless.org/tools/${pkgname}-${pkgver}.tar.gz" 'config.h') -md5sums=('855ee1245386193a17af3fb3fedf1281' +md5sums=('6349b763f8a4d5e42d18245169fb136c' '5aa6c1fdc7971b21363704391bea6e1b') build() { -- cgit v1.2.3-54-g00ecf