summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--autohide.patch8
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de8af8535b3..6185a4db293d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wingpanel-standalone-git
pkgdesc = Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)
- pkgver = r355.69a0e08
- pkgrel = 2
+ pkgver = r358.5a038ca
+ pkgrel = 1
url = https://github.com/elementary/wingpanel
arch = i686
arch = x86_64
@@ -51,7 +51,7 @@ pkgbase = wingpanel-standalone-git
sha256sums = 7f972d79b4d72f7b274a96e1a5150cba0e3869ad85215ae01ad2bc19802cdbb9
sha256sums = 21e95aec3fbb920f3b8ef34b00bf4fc99f431e1837f84f020d5d00c4e3aaca0b
sha256sums = b1902c1d44ac546df63cd0224a7d2ef2cb6394ca556512c30c370d387db7bbab
- sha256sums = da77ed83459b7d49056f35b9de1dd8b487b3c51234911f43b2fa401a38b6dd4a
+ sha256sums = 6f9a37b8d0641761c9a4f7dcadb46d063e04504d7af95af5744a60c2c424aa7f
pkgname = wingpanel-standalone-git
diff --git a/PKGBUILD b/PKGBUILD
index 6d46524f0805..c14f4485f016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-standalone-git
-pkgver=r355.69a0e08
-pkgrel=2
+pkgver=r358.5a038ca
+pkgrel=1
pkgdesc='Stylish top panel that holds indicators and spawns an application launcher (without Gala dependencies)'
arch=('i686' 'x86_64')
url='https://github.com/elementary/wingpanel'
@@ -33,7 +33,7 @@ sha256sums=('SKIP'
'7f972d79b4d72f7b274a96e1a5150cba0e3869ad85215ae01ad2bc19802cdbb9'
'21e95aec3fbb920f3b8ef34b00bf4fc99f431e1837f84f020d5d00c4e3aaca0b'
'b1902c1d44ac546df63cd0224a7d2ef2cb6394ca556512c30c370d387db7bbab'
- 'da77ed83459b7d49056f35b9de1dd8b487b3c51234911f43b2fa401a38b6dd4a')
+ '6f9a37b8d0641761c9a4f7dcadb46d063e04504d7af95af5744a60c2c424aa7f')
pkgver() {
cd wingpanel
diff --git a/autohide.patch b/autohide.patch
index 1fa59fbc9327..848adf68d58d 100644
--- a/autohide.patch
+++ b/autohide.patch
@@ -1,7 +1,7 @@
-diff --git a/wingpanel/schemas/org.pantheon.desktop.wingpanel.gschema.xml b/wingpanel-qq/schemas/org.pantheon.desktop.wingpanel.gschema.xml
+diff --git a/wingpanel/schemas/io.elementary.desktop.wingpanel.gschema.xml b/wingpanel-qq/schemas/io.elementary.desktop.wingpanel.gschema.xml
index c81abd5..890e277 100644
---- a/wingpanel/schemas/org.pantheon.desktop.wingpanel.gschema.xml
-+++ b/wingpanel-qq/schemas/org.pantheon.desktop.wingpanel.gschema.xml
+--- a/wingpanel/schemas/io.elementary.desktop.wingpanel.gschema.xml
++++ b/wingpanel-qq/schemas/io.elementary.desktop.wingpanel.gschema.xml
@@ -6,5 +6,15 @@
<summary>Sets if the panel uses transparency.</summary>
<description>Disable this to provide higher contrasts and make indicators better readable.</description>
@@ -194,5 +194,5 @@ index 3bcd0a7..eeecbb8 100644
+ public string autohide { get; set; }
+
public PanelSettings () {
- base ("org.pantheon.desktop.wingpanel");
+ base ("io.elementary.desktop.wingpanel");
}