Skip to content
Snippets Groups Projects
Unverified Commit 3127645b authored by Carsten Haitzler's avatar Carsten Haitzler :poop:
Browse files

upgpkg: 0.27.0-1

parent 5d8637e9
No related branches found
Tags 0.27.0-1
No related merge requests found
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
......@@ -2,7 +2,7 @@
# Contributor: Enlightenment Developers <enlightenment-devel@enlightenment.org>>
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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment