summaryrefslogtreecommitdiff
path: root/openbox/PKGBUILD
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2019-12-26 21:07:56 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2019-12-26 21:07:56 +0300
commite1cb5957045d413a89a2885917b4f5dcef1b3d73 (patch)
tree8b55b5e6ca2004299e5d6f7754eebcae1b7462a2 /openbox/PKGBUILD
parenta5960ce1cd2c436f3583afa4d4b10fa26244346a (diff)
openbox rename to -custom
Diffstat (limited to 'openbox/PKGBUILD')
-rw-r--r--openbox/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/openbox/PKGBUILD b/openbox/PKGBUILD
index 7d19c8d..5f20dbc 100644
--- a/openbox/PKGBUILD
+++ b/openbox/PKGBUILD
@@ -4,14 +4,17 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
-pkgname=openbox
+_pkgname_=openbox
+pkgname=openbox-custom
pkgver=3.6.1
pkgrel=4
pkgdesc='Highly configurable and lightweight X11 window manager'
arch=('x86_64')
url='http://openbox.org'
license=('GPL')
-provides=(libobrender.so)
+conflicts=('openbox')
+replaces=('openbox')
+provides=('libobrender.so' 'openbox')
depends=('startup-notification' 'libxml2' 'libxinerama' 'libxrandr'
'libxcursor' 'pango' 'imlib2' 'librsvg' 'libsm')
optdepends=('plasma-workspace: for the KDE/Openbox xsession'
@@ -19,7 +22,7 @@ optdepends=('plasma-workspace: for the KDE/Openbox xsession'
groups=('lxde' 'lxde-gtk3' 'lxqt')
backup=('etc/xdg/openbox/menu.xml' 'etc/xdg/openbox/rc.xml'
'etc/xdg/openbox/autostart' 'etc/xdg/openbox/environment')
-source=(http://openbox.org/dist/openbox/$pkgname-$pkgver.tar.gz{,.asc}
+source=(http://openbox.org/dist/openbox/$_pkgname_-$pkgver.tar.gz{,.asc}
openbox-3.5.0-title-matching.patch
openbox-3.5.0-which-2.20.patch
openbox-multihead.patch)
@@ -31,7 +34,7 @@ md5sums=('b72794996c6a3ad94634727b95f9d204'
validpgpkeys=(4B71379A9D5263D112A85620A5A4E99C711D3B61)
prepare() {
- cd $pkgname-$pkgver
+ cd $_pkgname_-$pkgver
patch -Np1 -i "$srcdir"/openbox-3.5.0-title-matching.patch # OB#5277
patch -Np1 -i "$srcdir"/openbox-3.5.0-which-2.20.patch # FS#11455
@@ -42,7 +45,7 @@ prepare() {
}
build() {
- cd $pkgname-$pkgver
+ cd $_pkgname_-$pkgver
./configure --prefix=/usr \
--with-x \
--enable-startup-notification \
@@ -52,7 +55,7 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd $_pkgname_-$pkgver
make DESTDIR="$pkgdir" install
# GNOME Panel is no longer available in the official repositories