summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-04-23 00:22:36 +0200
committerNicola Murino2020-04-23 00:22:36 +0200
commit356d03778197c1988db94be3fa03165f3688a66f (patch)
tree0c031cdcaec806e7d3302edd24751156f40a88ab
parent3d8e52f2a539b1616d76a1eb5188ef15f716a0e0 (diff)
downloadaur-356d03778197c1988db94be3fa03165f3688a66f.tar.gz
revert
the theme cannot be selected in gnome-tweaks using the latest version see: https://github.com/pop-os/gtk-theme/issues/447
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ee15a00da7b..1bdbf35f3666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pop-gtk-theme-bin
pkgdesc = System76 Pop GTK+ Theme
pkgver = 5.2.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/pop-os/gtk-theme
arch = any
license = GPL2
@@ -22,8 +22,8 @@ pkgbase = pop-gtk-theme-bin
optdepends = ttf-roboto-slab: Recommended font for documents
provides = pop-gtk-theme
conflicts = pop-gtk-theme
- source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_5.2.0~1587487811~20.04~c532d92_all.deb
- sha256sums = e7fdecc2ba849f1423901513f139327a02f640b0ed016ca05677b60d5514a1d9
+ source = http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_5.2.0~1586289568~20.04~f35b83b_all.deb
+ sha256sums = dca84df67671e20d0f8ce92b280145c552066eb2c145f91b40741330296b3fbe
pkgname = pop-gtk-theme-bin
diff --git a/PKGBUILD b/PKGBUILD
index cac77024d417..f1d51537f434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname='pop-gtk-theme-bin'
pkgver='5.2.0'
-pkgrel=3
-_timestamp=1587487811
-_commit=c532d92
+pkgrel=4
+_timestamp=1586289568
+_commit=f35b83b
pkgdesc='System76 Pop GTK+ Theme'
arch=('any')
url='https://github.com/pop-os/gtk-theme'
@@ -31,12 +31,15 @@ optdepends=(
"ttf-roboto-slab: Recommended font for documents"
)
source=("http://ppa.launchpad.net/system76/pop/ubuntu/pool/main/p/pop-gtk-theme/pop-gtk-theme_${pkgver}~${_timestamp}~20.04~${_commit}_all.deb")
-sha256sums=('e7fdecc2ba849f1423901513f139327a02f640b0ed016ca05677b60d5514a1d9')
+sha256sums=('dca84df67671e20d0f8ce92b280145c552066eb2c145f91b40741330296b3fbe')
package() {
cd "${srcdir}"
tar -xJC "${pkgdir}" -f data.tar.xz
+
+ cd ${pkgdir}/usr/share/themes/Pop
+ ln -s gtk-3.20 gtk-3.0
}
# vim: ts=2 sw=2 et: