summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2021-09-04 22:41:40 +0900
committerQue Quotion2021-09-04 22:41:40 +0900
commit54eb4edda5a4e1aaea09ac4baf2d83f2a165d55d (patch)
tree5fe7a031ee30b9888fb1ece24b0e5be690d3295c
parent314ef30e85ad1a3bd64263537f7513eb6f0fbf35 (diff)
downloadaur-54eb4edda5a4e1aaea09ac4baf2d83f2a165d55d.tar.gz
ditch msg2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5109af323d66..29b75d31fb76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingpanel-standalone-git
pkgdesc = Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)
- pkgver = r635.8840516
+ pkgver = r637.15c0ad1
pkgrel = 1
url = https://github.com/elementary/wingpanel
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d9d15a3ac2c3..84279048f69f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-standalone-git
-pkgver=r635.8840516
+pkgver=r637.15c0ad1
pkgrel=1
pkgdesc='Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)'
arch=('i686' 'x86_64')
@@ -41,27 +41,22 @@ pkgver() {
prepare() {
cd wingpanel
- #Lie
- #msg2 "FAKE 2.0 API"
+ #Fake 2.0 API
#git revert -n c6313641f56fd12d14ad4d064dd64422f1140ff3
#Autohide
- msg2 "Autohide"
patch -Np1 < ../autohide.patch
#patch -Np2 < ../autohide-testing.patch
#Fixes
- msg2 "Fix multiple-monitor strut method for openbox"
patch -Np1 < ../fix-for-openbox.patch
#Standalone patches
- msg2 "Remove Gala dependecies"
rm -rf wingpanel-interface
rm src/Services/BackgroundManager.vala
patch -Np2 < ../minus-backgroundmanager.patch
patch -Np2 < ../minus-galaplugin.patch
patch -Np2 < ../no-mutter-typelib.patch
- #rm vapi/meson.build
[ ! -d build ] || rm -rf build
}