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

Evangelos Foutras foutrelis at archlinux.org
Wed Dec 23 14:48:44 UTC 2020


    Date: Wednesday, December 23, 2020 @ 14:48:44
  Author: foutrelis
Revision: 404918

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 404917, xfce4-notes-plugin/trunk/PKGBUILD)

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

Copied: xfce4-notes-plugin/repos/staging-x86_64/PKGBUILD (from rev 404917, xfce4-notes-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-12-23 14:48:44 UTC (rev 404918)
@@ -0,0 +1,43 @@
+# 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.r235.g0ad1e5f
+_commit=0ad1e5f87831b3d82785dae37789ba5554ba3fcd
+pkgrel=1
+pkgdesc="Notes plugin for the Xfce panel"
+arch=('x86_64')
+license=('GPL2')
+url="https://docs.xfce.org/panel-plugins/xfce4-notes-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'hicolor-icon-theme')
+makedepends=('intltool' 'vala' 'git' 'xfce4-dev-tools')
+#source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+source=(git+https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$srcdir/$pkgname"
+  git describe | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./autogen.sh \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list