summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorentin Girard2022-04-13 23:14:32 +0200
committerCorentin Girard2022-04-13 23:26:23 +0200
commitf7319208b1c7ebe097d076525f99ce40656b5cfd (patch)
treee18c0873413c58b730e439a75ce5d56229015fbf /PKGBUILD
parentb81fe3d683468c55f478f96531ffe728b4f97441 (diff)
downloadaur-f7319208b1c7ebe097d076525f99ce40656b5cfd.tar.gz
Compile against latest vala
https://src.fedoraproject.org/rpms/libunity/blob/rawhide/f/libunity-7.1.4-vala-053.patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c35c3f7757e..abc7d2ea5974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,20 +9,23 @@
pkgname=libunity
pkgver=7.1.4
-pkgrel=13
+pkgrel=14
pkgdesc='Library for instrumenting and integrating with all aspects of the Unity shell'
arch=('i686' 'x86_64')
url="https://launchpad.net/libunity"
license=('LGPL')
depends=('dee' 'gtk3' 'libdbusmenu-glib')
-makedepends=('gnome-common' 'gobject-introspection' 'intltool' 'vala0.44' 'icu69-bin')
+makedepends=('gnome-common' 'gobject-introspection' 'intltool' 'vala' 'icu69-bin')
source=("https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}+19.04.20190319.orig.tar.gz"
- "https://launchpadlibrarian.net/443817430/0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch")
+ "0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch"
+ "libunity-7.1.4-vala-053.patch")
sha256sums=('56ecb380d74bf74caba193d9e8ad6b0c85ccf9eeb461bc9731c2b8636e1f1492'
- '98a2562dcf3b3a864d1c05331b4dc672d8bff4b592ca796a0bc132a416f33262')
+ '98a2562dcf3b3a864d1c05331b4dc672d8bff4b592ca796a0bc132a416f33262'
+ 'b6e01a4b25f6c25aaf364334547f58c2fdca8ad2e6645bbe4cee3c72f7074326')
prepare() {
patch -p1 < 0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch
+ patch -p1 < libunity-7.1.4-vala-053.patch
}
build() {