summaryrefslogtreecommitdiff
path: root/community/rofi/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-10-20 10:24:36 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-10-20 10:24:36 +0200
commit85a575f4ad4efadc7396a8d6f0e873fc34cf0c19 (patch)
tree87a82073a84766dc65e74a688a7d8b3755a774e2 /community/rofi/PKGBUILD
parentb10417a41e2f1ce9e49e675f9e450b2eb73f551c (diff)
downloadpackages-85a575f4ad4efadc7396a8d6f0e873fc34cf0c19.tar.xz
community/rofi: backported patch for theme parser test to release 1.4.2
Diffstat (limited to 'community/rofi/PKGBUILD')
-rw-r--r--community/rofi/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/rofi/PKGBUILD b/community/rofi/PKGBUILD
new file mode 100644
index 00000000..bd52eb16
--- /dev/null
+++ b/community/rofi/PKGBUILD
@@ -0,0 +1,10 @@
+source+=('rofi-1.4.2-theme-parser-test.patch')
+sha256sums+=('9761d862c3a55608124f5f1363bfe31f02db169460ac28090c5d7474a754205c')
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ /done/ a \
+ patch -Np1 -i "$srcdir/rofi-1.4.2-theme-parser-test.patch"
+ '
+)"