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

Antonio Rojas arojas at archlinux.org
Mon Aug 3 19:44:19 UTC 2020


    Date: Monday, August 3, 2020 @ 19:44:18
  Author: arojas
Revision: 393104

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-03 19:44:09 UTC (rev 393103)
+++ PKGBUILD	2020-08-03 19:44:18 UTC (rev 393104)
@@ -1,51 +0,0 @@
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
-
-pkgname=enlightenment
-pkgver=0.24.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' 'pam')
-optdepends=('connman: network module'
-            'acpid: power events on laptop lid close'
-            'geoip-database: geolocation module'
-            'xorg-server-xwayland: xwayland support'
-            'packagekit: needed for packagekit module')
-makedepends=('xorg-server-xwayland' 'meson' 'ninja')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-        'etc/xdg/menus/e-applications.menu')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz")
-sha256sums=('aee2b6178c918d71ebe661129f4008d773e70e5784651dadbcf56eec0a6d4a09')
-
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-
-  CFLAGS+=' -fvisibility=hidden'
-
-  if [ -d build ]; then
-    rm -f build
-  fi
-  mkdir build
-  meson --prefix=/usr \
-    -Dwl=true \
-    . build
-
-  ninja -C build
-  }
-
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  DESTDIR="$pkgdir" ninja -C build install
-  
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-x86_64/PKGBUILD (from rev 393103, enlightenment/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-03 19:44:18 UTC (rev 393104)
@@ -0,0 +1,51 @@
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
+
+pkgname=enlightenment
+pkgver=0.24.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' 'pam')
+optdepends=('connman: network module'
+            'acpid: power events on laptop lid close'
+            'geoip-database: geolocation module'
+            'xorg-server-xwayland: xwayland support'
+            'packagekit: needed for packagekit module')
+makedepends=('xorg-server-xwayland' 'meson' 'ninja')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+        'etc/xdg/menus/e-applications.menu')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz")
+sha256sums=('be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1')
+
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
+  CFLAGS+=' -fvisibility=hidden'
+
+  if [ -d build ]; then
+    rm -f build
+  fi
+  mkdir build
+  meson --prefix=/usr \
+    -Dwl=true \
+    . build
+
+  ninja -C build
+  }
+
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  DESTDIR="$pkgdir" ninja -C build install
+  
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list