[arch-commits] Commit in xfce4-notes-plugin/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue May 19 08:43:05 UTC 2020


    Date: Tuesday, May 19, 2020 @ 08:43:05
  Author: felixonmars
Revision: 386443

archrelease: copy trunk to staging-x86_64

Added:
  xfce4-notes-plugin/repos/staging-x86_64/
  xfce4-notes-plugin/repos/staging-x86_64/PKGBUILD
    (from rev 386442, xfce4-notes-plugin/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: xfce4-notes-plugin/repos/staging-x86_64/PKGBUILD (from rev 386442, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 08:43:05 UTC (rev 386443)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Ben Mazer <contrasutra at myrealbox.com>
+
+pkgname=xfce4-notes-plugin
+pkgver=1.8.1
+pkgrel=5
+pkgdesc="A notes plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-notes-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2')
+
+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:



More information about the arch-commits mailing list