diff options
Diffstat (limited to 'community/rofi/PKGBUILD')
-rw-r--r-- | community/rofi/PKGBUILD | 10 |
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" + ' +)" |