summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c695bb475ce7..07508f219369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wm-switcher
pkgdesc = Simple GUI to switch window managers in Linux with minimal dependencies
- pkgver = 1.01
+ pkgver = 1.03
pkgrel = 1
url = https://github.com/xircon/wm-switcher
arch = i686
@@ -12,8 +12,8 @@ pkgbase = wm-switcher
optdepends = compiz: Switch to the Compiz window manager
optdepends = openbox: Switch to the Openbox window manager
optdepends = compton: Use the Compton compositor
- source = https://github.com/xircon/wm-switcher/archive/v1.01.tar.gz
- md5sums = 73e73c5b03c451f0ea2564737fb0c2ab
+ source = https://github.com/xircon/wm-switcher/archive/v1.03.tar.gz
+ md5sums = 66875f943156ca70bfffd2b87c11ff05
pkgname = wm-switcher
diff --git a/PKGBUILD b/PKGBUILD
index 821f86835c0f..c7017080f226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='wm-switcher'
pkgdesc='Simple GUI to switch window managers in Linux with minimal dependencies'
-pkgver=1.01
+pkgver=1.03
pkgrel=1
depends=('python-pyqt4')
@@ -13,7 +13,7 @@ optdepends=('metacity: Switch to the Metacity window manager'
'compton: Use the Compton compositor')
source=("https://github.com/xircon/wm-switcher/archive/v$pkgver.tar.gz")
-md5sums=('73e73c5b03c451f0ea2564737fb0c2ab')
+md5sums=('66875f943156ca70bfffd2b87c11ff05')
arch=('i686' 'x86_64')
url='https://github.com/xircon/wm-switcher'
@@ -21,8 +21,10 @@ license=('GPL3')
package() {
install -d -m755 "$pkgdir/usr/bin"
+ install -d -m755 "$pkgdir/usr/share/applications"
install -d -m755 "$pkgdir/usr/share/doc/wm-switcher"
install -m 755 "$srcdir/wm-switcher-$pkgver/wm.py" "$pkgdir/usr/bin/wm-switcher"
+ cp -dr "$srcdir/wm-switcher-$pkgver/wm-switcher.desktop" "$pkgdir/usr/share/applications/"
cp -dr "$srcdir/wm-switcher-$pkgver/LICENSE" "$pkgdir/usr/share/doc/wm-switcher/"
cp -dr "$srcdir/wm-switcher-$pkgver/README.md" "$pkgdir/usr/share/doc/wm-switcher/"
}