summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnarky2022-02-09 19:40:54 +0100
committerAnarky2022-02-09 19:40:54 +0100
commit24876c4bafee032038113ae0dcf4d628abcf5e67 (patch)
tree85e68a764cc7fcfe608fbe30ac6c7e41010425c7 /PKGBUILD
parent72ec731d240a40cfa28d1b07b0e47a40c504f8ba (diff)
downloadaur-24876c4bafee032038113ae0dcf4d628abcf5e67.tar.gz
gtk2-libwinmenu: use Ctrl right instead of Alt left, update usage instructions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f689f7702474..0110936f612f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
pkgname=gtk2-libwinmenu
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Gtk+ module to hide menubar by default"
arch=('i686' 'x86_64')
url='http://www.linux.org.ru/jump-message.jsp?msgid=5606544&cid=5617512'
license=('custom')
depends=('gtk2')
source=('libwinmenu.c' 'Makefile'
- use_alt_left.patch
+ use_ctrl_right.patch
fix_gimp_whitelist.patch)
md5sums=('20a2e4823e8d2baf1e33de97335a040b' 'f90fd2c86b796a0c9d9e4a646539ec31'
- d43683a6001d8032881f95ccf8dda5f4
+ eb9d4660537a95689066f84b0563dbb9
9ed28c17363baffb317566877f7c8315)
install='libwinmenu.install'
prepare() {
cd "$srcdir"
- patch -Np1 --follow-symlinks -i use_alt_left.patch
+ patch -Np1 --follow-symlinks -i use_ctrl_right.patch
patch -Np1 --follow-symlinks -i fix_gimp_whitelist.patch
}