[arch-commits] Commit in libxfce4ui/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Aug 11 21:05:57 UTC 2019
Date: Sunday, August 11, 2019 @ 21:05:56
Author: foutrelis
Revision: 359635
archrelease: copy trunk to extra-x86_64
Added:
libxfce4ui/repos/extra-x86_64/PKGBUILD
(from rev 359634, libxfce4ui/trunk/PKGBUILD)
Deleted:
libxfce4ui/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-11 21:05:53 UTC (rev 359634)
+++ PKGBUILD 2019-08-11 21:05:56 UTC (rev 359635)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
-
-pkgname=libxfce4ui
-pkgver=4.13.7
-pkgrel=1
-pkgdesc="Commonly used Xfce widgets among Xfce applications"
-arch=('x86_64')
-url="https://www.xfce.org/"
-license=('GPL2')
-depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
- 'hicolor-icon-theme')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b932359b47a5f8bdeae4441728abd19980c1a77f9912bc6cf8a50028b0687b08')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug \
- --with-vendor-info='Arch Linux'
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libxfce4ui/repos/extra-x86_64/PKGBUILD (from rev 359634, libxfce4ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-11 21:05:56 UTC (rev 359635)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Xavier Devlamynck <magicrhesus at ouranos.be>
+
+pkgname=libxfce4ui
+pkgver=4.14.1
+pkgrel=1
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('x86_64')
+url="https://www.xfce.org/"
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+ 'hicolor-icon-theme')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c449075eaeae4d1138d22eeed3d2ad7032b87fb8878eada9b770325bed87f2da')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug \
+ --with-vendor-info='Arch Linux'
+ 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