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

Carsten Haitzler raster at gemini.archlinux.org
Thu Feb 10 10:09:19 UTC 2022


    Date: Thursday, February 10, 2022 @ 10:09:18
  Author: raster
Revision: 1130910

archrelease: copy trunk to community-x86_64

Added:
  enlightenment/repos/community-x86_64/PKGBUILD
    (from rev 1130909, enlightenment/trunk/PKGBUILD)
Deleted:
  enlightenment/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 10:09:11 UTC (rev 1130909)
+++ PKGBUILD	2022-02-10 10:09:18 UTC (rev 1130910)
@@ -1,52 +0,0 @@
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
-
-pkgname=enlightenment
-pkgver=0.25.2
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('x86_64')
-url="http://www.enlightenment.org"
-license=('BSD')
-depends=('efl' 'udisks2' 'wayland' 'bluez-libs' 'libexif'
-         'xorg-server-xwayland' 'bluez' 'pulseaudio' 'bc'
-         'xcb-util-keysyms' 'hicolor-icon-theme' 'ttf-font' 'pam')
-optdepends=('connman: network module'
-            'acpid: power events on laptop lid close'
-            'geoip-database: geolocation module'
-            'packagekit: needed for packagekit module')
-makedepends=('xorg-server-xwayland' 'meson' 'ninja')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-        'etc/enlightenment/system.conf'
-        'etc/xdg/menus/e-applications.menu')
-source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz")
-sha256sums=('123a06815e41453deddf22ad8373c72e652b3c6553385d16fe27e51ede5e3811')
-
-
-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/community-x86_64/PKGBUILD (from rev 1130909, enlightenment/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 10:09:18 UTC (rev 1130910)
@@ -0,0 +1,52 @@
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Enlightenment Developers <enlightenment-devel at enlightenment.org>>
+
+pkgname=enlightenment
+pkgver=0.25.3
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('x86_64')
+url="http://www.enlightenment.org"
+license=('BSD')
+depends=('efl' 'udisks2' 'wayland' 'bluez-libs' 'libexif'
+         'xorg-server-xwayland' 'bluez' 'pulseaudio' 'bc'
+         'xcb-util-keysyms' 'hicolor-icon-theme' 'ttf-font' 'pam')
+optdepends=('connman: network module'
+            'acpid: power events on laptop lid close'
+            'geoip-database: geolocation module'
+            'packagekit: needed for packagekit module')
+makedepends=('xorg-server-xwayland' 'meson' 'ninja')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+        'etc/enlightenment/system.conf'
+        'etc/xdg/menus/e-applications.menu')
+source=("https://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.xz")
+sha256sums=('37fd49ebb537216a18efe69d5c5511e118f9cdacb5652807769331707be4cff6')
+
+
+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