summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2019-03-08 19:18:12 +0900
committerQue Quotion2019-03-08 19:18:12 +0900
commit14e25b6687a1bdf08fda0c9aff1e85f929931806 (patch)
treeea99085a751a8dbcc511ec7936b9e6a8cc69329f /PKGBUILD
parent8a11169b5689ce5c0be95de3fbc52d6f1d2d0cc2 (diff)
downloadaur-14e25b6687a1bdf08fda0c9aff1e85f929931806.tar.gz
There is no longer a problem finding cogl; probably ever since switching to meson.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bd2a2a165d8..728c2345752e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-standalone-git
-pkgver=r382.dd64ba8
+pkgver=r387.fc1b8ea
pkgrel=1
pkgdesc='Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
groups=('pantheon-qq')
depends=('glib2' 'glibc' 'gtk3' 'libgee'
'libgranite.so' 'libwnck3')
-makedepends=('cmake' 'git' 'granite-git' 'vala')
+makedepends=('cmake' 'git' 'granite-git' 'vala' 'cogl')
optdepends=("pantheon-applications-menu-git: Application launcher"
wingpanel-indicator-{a11y,bluetooth,datetime,keyboard,network,notifications,power,session,sound}-git": Tray applet"
"wingpanel-indicator-ayatana-git: Unity 7 Tray applets"
@@ -26,7 +26,6 @@ source=('git+https://github.com/elementary/wingpanel.git'
'minus-backgroundmanager.patch'
'minus-galaplugin.patch'
'minus-gala.patch'
- 'y-is-broken-cogl.patch'
'autohide.patch'
'reverse-105c1d0.patch')
sha256sums=('SKIP'
@@ -63,10 +62,6 @@ prepare() {
patch -Np2 < ../minus-galaplugin.patch
patch -Np2 < ../minus-gala.patch
- #Cogl can't be found when not using gala's cmake package; wtf?
- msg2 "Remove CoglFixes (broken)"
- patch -Np2 < ../y-is-broken-cogl.patch
-
[ ! -d build ] || rm -rf build
}