From d19ca31caf0bdfd0681b70298197d0bf52d5a60c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 5 May 2019 18:22:46 -0400 Subject: ~lukeshu/lxpanel-gtk3-hidpi: Add --- ~lukeshu/lxpanel-gtk3-hidpi/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ~lukeshu/lxpanel-gtk3-hidpi/PKGBUILD (limited to '~lukeshu') diff --git a/~lukeshu/lxpanel-gtk3-hidpi/PKGBUILD b/~lukeshu/lxpanel-gtk3-hidpi/PKGBUILD new file mode 100644 index 000000000..20d489d6e --- /dev/null +++ b/~lukeshu/lxpanel-gtk3-hidpi/PKGBUILD @@ -0,0 +1,56 @@ +# Maintainer: Luke Shumaker +# Maintainer (Arch:lxpanel-gtk3): Balló György +# Contributor (Arch:lxpanel-gtk3): Bartłomiej Piotrowski +# Contributor (Arch:lxpanel-gtk3): Angel Velasquez +# Contributor (Arch:lxpanel-gtk3): Juergen Hoetzel + +pkgname=lxpanel-gtk3 +pkgname+='-hidpi' +_pkgname=lxpanel +pkgver=0.10.0 +pkgrel=1 +pkgdesc='Lightweight X11 desktop panel for LXDE (GTK+ 3 version)' +arch=('x86_64') +arch+=('i686' 'armv7h') +license=('GPL2') +url='https://lxde.org/' +groups=('lxde-gtk3') +depends=('alsa-lib' 'curl' 'menu-cache' 'lxmenu-data' 'libfm-gtk3' 'libkeybinder3') +makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools') +optdepends=('wireless_tools: netstat plugin') +conflicts=($_pkgname) +source=(https://downloads.sourceforge.net/lxde/$_pkgname-$pkgver.tar.xz + https://sourceforge.net/p/lxde/patches/_discuss/thread/0743e70d92/d1bb/attachment/0002-Support-HiDPI-on-GTK-3.patch) +sha256sums=('4678cc8c5f1962376005ebf71ec1ee810115ac2e0e565f8d2e67dc12d01a3a7e' + 'f847fd8d6a2e9616f519e1941740d33382d67d5db71c42e06c042eb242c90bc2') + +prepare() { + cd $_pkgname-$pkgver + + patch -p1 -i ../0002-Support-HiDPI-on-GTK-3.patch + + # Disable pager plugin as it breaks panel layout with GTK+ 3 + # https://sourceforge.net/p/lxde/bugs/773/ + sed -i '/pager.c/d' plugins/Makefile.am + sed -i '/STATIC_PAGER/d' src/private.h + sed -i 's/libwnck-3.0//' configure.ac + autoreconf -fi +} + +build() { + cd $_pkgname-$pkgver + ./configure \ + --sysconfdir=/etc \ + --prefix=/usr \ + --enable-gtk3 + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $_pkgname-$pkgver + make DESTDIR="$pkgdir" install +} -- cgit v1.2.3