Carsten Haitzler pushed to branch main at Arch Linux / Packaging / Packages / 
enlightenment


Commits:
3127645b by Carsten Haitzler at 2025-01-11T23:56:07+00:00
upgpkg: 0.27.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = enlightenment
        pkgdesc = Enlightenment window manager
-       pkgver = 0.26.0
+       pkgver = 0.27.0
        pkgrel = 1
        url = http://www.enlightenment.org
        arch = x86_64
@@ -24,7 +24,6 @@ pkgbase = enlightenment
        depends = util-linux-libs
        depends = wayland
        depends = xorg-server-xwayland
-       optdepends = acpid: power events on laptop lid close
        optdepends = bluez: Bluetooth control module
        optdepends = connman: network connection manager module
        optdepends = fprintd: fingerprint password settings
@@ -33,7 +32,7 @@ pkgbase = enlightenment
        backup = etc/enlightenment/sysactions.conf
        backup = etc/enlightenment/system.conf
        backup = etc/xdg/menus/e-applications.menu
-       source = 
https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.26.0.tar.xz
-       sha256sums = 
11b6ef0671be5fead688bf554c30a2a1c683493ad10c5fe3115ffb4655424e84
+       source = 
https://download.enlightenment.org/rel/apps/enlightenment/enlightenment-0.27.0.tar.xz
+       sha256sums = 
5b66b914c6d90a916b3fe66b5ff70a9fd912088aa6399bdde1b3a505aae50331
 
 pkgname = enlightenment


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Enlightenment Developers 
<[email protected]>>
 
 pkgname=enlightenment
-pkgver=0.26.0
+pkgver=0.27.0
 pkgrel=1
 pkgdesc="Enlightenment window manager"
 arch=('x86_64')
@@ -11,8 +11,7 @@ license=('BSD')
 depends=('alsa-lib' 'bc' 'bluez-libs' 'efl' 'hicolor-icon-theme' 'libexif' 
'librsvg' 'libpulse'
          'libxkbcommon' 'pam' 'pulse-native-provider' 'ttf-font' 'udisks2' 
'util-linux-libs'
          'wayland' 'xorg-server-xwayland')
-optdepends=('acpid: power events on laptop lid close'
-            'bluez: Bluetooth control module'
+optdepends=('bluez: Bluetooth control module'
             'connman: network connection manager module'
             'fprintd: fingerprint password settings'
             'geoclue: geolocation module'
@@ -22,7 +21,7 @@ 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=('11b6ef0671be5fead688bf554c30a2a1c683493ad10c5fe3115ffb4655424e84')
+sha256sums=('5b66b914c6d90a916b3fe66b5ff70a9fd912088aa6399bdde1b3a505aae50331')
 
 
 build() {
@@ -41,13 +40,13 @@ build() {
     . 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"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/enlightenment/-/commit/3127645b941c4bb20a18da87507dd16a8b1e51ee

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/enlightenment/-/commit/3127645b941c4bb20a18da87507dd16a8b1e51ee
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to