[arch-commits] Commit in xfce4-notifyd/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 22 22:02:56 UTC 2019
Date: Monday, April 22, 2019 @ 22:02:55
Author: foutrelis
Revision: 351956
archrelease: copy trunk to extra-x86_64
Added:
xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 351955, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
xfce4-notifyd/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-22 22:02:49 UTC (rev 351955)
+++ PKGBUILD 2019-04-22 22:02:55 UTC (rev 351956)
@@ -1,33 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.4.3
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python' 'xfce4-panel')
-provides=('notification-daemon')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 351955, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-22 22:02:55 UTC (rev 351956)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
+provides=('notification-daemon')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --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