diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2019-08-12 11:11:21 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2019-08-12 11:11:21 +0300 |
| commit | 4c0ccb24a31ed02573d9f64e3a294b54c85b7f65 (patch) | |
| tree | 4450cf9bf57156db2e69836f29f4f88eb1f6a97f /xfce4-genmon-plugin/PKGBUILD | |
| parent | c0c120ab8fd2dd16d136a249626155cb531ecea0 (diff) | |
remove xfce4-genmon-plugin
Diffstat (limited to 'xfce4-genmon-plugin/PKGBUILD')
| -rw-r--r-- | xfce4-genmon-plugin/PKGBUILD | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/xfce4-genmon-plugin/PKGBUILD b/xfce4-genmon-plugin/PKGBUILD deleted file mode 100644 index 4f8e8f8..0000000 --- a/xfce4-genmon-plugin/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: Evangelos Foutras <evangelos@foutrelis.com> -# Contributor: AndyRTR <andyrtr@archlinux.org> -# Contributor: Tobias Kieslich <tobias (at) archlinux.org> - -pkgname=xfce4-genmon-plugin -pkgver=4.0.1 -pkgrel=1 -pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel" -arch=('x86_64') -license=('LGPL2.1') -url="https://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2 - font-fix.patch) -sha256sums=('4c6ce37fbe71094548b44862587c2813da991aeaaecff8e572724dbbec83ab86' 'SKIP') - -prepare() { - cd $pkgname-$pkgver - - patch -Np1 -i "$srcdir"/font-fix.patch -} - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --disable-debug - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |
