[arch-commits] Commit in xfce4-time-out-plugin/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Nov 10 00:12:42 UTC 2018
Date: Saturday, November 10, 2018 @ 00:12:42
Author: foutrelis
Revision: 338841
archrelease: copy trunk to staging-x86_64
Added:
xfce4-time-out-plugin/repos/staging-x86_64/
xfce4-time-out-plugin/repos/staging-x86_64/PKGBUILD
(from rev 338840, xfce4-time-out-plugin/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: xfce4-time-out-plugin/repos/staging-x86_64/PKGBUILD (from rev 338840, xfce4-time-out-plugin/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-10 00:12:42 UTC (rev 338841)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.2
+pkgrel=3
+pkgdesc="Take a break from your computer with this plugin for Xfce4"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5')
+
+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