[arch-commits] Commit in enlightenment/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Mar 19 10:41:38 UTC 2018


    Date: Monday, March 19, 2018 @ 10:41:37
  Author: ronald
Revision: 319644

archrelease: copy trunk to extra-x86_64

Added:
  enlightenment/repos/extra-x86_64/PKGBUILD
    (from rev 319643, enlightenment/trunk/PKGBUILD)
Deleted:
  enlightenment/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-19 10:41:22 UTC (rev 319643)
+++ PKGBUILD	2018-03-19 10:41:37 UTC (rev 319644)
@@ -1,42 +0,0 @@
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
-
-pkgname=enlightenment
-pkgver=0.22.1
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('x86_64')
-url="http://www.enlightenment.org"
-license=('BSD')
-depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
-         'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-            'acpid: power events on laptop lid close'
-	        'geoip-database: geolocation module'
-            'xorg-server-xwayland: xwayland support')
-makedepends=('xorg-server-xwayland')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-        'etc/xdg/menus/e-applications.menu')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz")
-sha1sums=('10819ba6c354e1b629bf4b5ea003d6bda14e1acc')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --enable-xwayland --enable-wayland \
-    --disable-wl-weekeyboard
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-x86_64/PKGBUILD (from rev 319643, enlightenment/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-19 10:41:37 UTC (rev 319644)
@@ -0,0 +1,44 @@
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
+
+pkgname=enlightenment
+pkgver=0.22.2
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+         'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+            'acpid: power events on laptop lid close'
+	        'geoip-database: geolocation module'
+            'xorg-server-xwayland: xwayland support')
+makedepends=('xorg-server-xwayland')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+        'etc/xdg/menus/e-applications.menu')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz")
+sha512sums=('718dafcb72b438cabe49de23495539d1417ac80ae239d2c8296aaa9eb5cdf608521129386dea63bcf281c9ddce7efeec540888d984559fbd196d925e2bab1b78')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --enable-xwayland --enable-wayland \
+    --disable-wl-weekeyboard
+
+  make
+}
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list