]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Add 'dwm-git/' from commit '42bc72cb91c99a4f319bceac69ce3c198ce685d2'
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 22 Feb 2019 21:37:46 +0000 (22:37 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 22 Feb 2019 21:37:46 +0000 (22:37 +0100)
git-subtree-dir: dwm-git
git-subtree-mainline: 17c5082273ac7a7bc23abb4abc08b9e952b45a49
git-subtree-split: 42bc72cb91c99a4f319bceac69ce3c198ce685d2

1  2 
dwm-git/.AURINFO
dwm-git/.SRCINFO
dwm-git/PKGBUILD
dwm-git/dwm.desktop
dwm-git/dwm.install

diff --combined dwm-git/.AURINFO
index 0000000000000000000000000000000000000000,7cf8c1d4ebb0a6e1e64e8cce9bdeb8603e906244..7cf8c1d4ebb0a6e1e64e8cce9bdeb8603e906244
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,21 +1,21 @@@
+ pkgbase = dwm-git
+       pkgdesc = A dynamic window manager for X
+       pkgver = 6.0.41.g3d1090b
+       pkgrel = 1
+       epoch = 1
+       url = http://dwm.suckless.org
+       install = dwm.install
+       arch = i686
+       arch = x86_64
+       license = MIT
+       makedepends = git
+       depends = libx11
+       depends = libxinerama
+       provides = dwm
+       conflicts = dwm
+       source = dwm.desktop
+       source = dwm::git+http://git.suckless.org/dwm
+       options = zipman
+ pkgname = dwm-git
diff --combined dwm-git/.SRCINFO
index 0000000000000000000000000000000000000000,6f6e0b0b29411a729c8cf9faf1240aee63005558..6f6e0b0b29411a729c8cf9faf1240aee63005558
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,24 +1,24 @@@
+ pkgbase = dwm-git
+       pkgdesc = A dynamic window manager for X
+       pkgver = 6.2
+       pkgrel = 1
+       epoch = 1
+       url = http://dwm.suckless.org
+       install = dwm.install
+       arch = i686
+       arch = x86_64
+       license = MIT
+       makedepends = git
+       depends = libx11
+       depends = libxinerama
+       depends = libxft
+       provides = dwm
+       conflicts = dwm
+       options = zipman
+       source = dwm.desktop
+       source = dwm::git+http://git.suckless.org/dwm
+       md5sums = 939f403a71b6e85261d09fc3412269ee
+       md5sums = SKIP
+ pkgname = dwm-git
diff --combined dwm-git/PKGBUILD
index 0000000000000000000000000000000000000000,d1a0e3caaead761553f6db10405613b984b0b92c..d1a0e3caaead761553f6db10405613b984b0b92c
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,46 +1,46 @@@
+ pkgname=dwm-git
+ _pkgname=dwm
+ pkgver=6.2
+ pkgrel=1
+ pkgdesc="A dynamic window manager for X"
+ url="http://dwm.suckless.org"
+ arch=('i686' 'x86_64')
+ license=('MIT')
+ options=(zipman)
+ depends=('libx11' 'libxinerama' 'libxft')
+ makedepends=('git')
+ install=dwm.install
+ provides=('dwm')
+ conflicts=('dwm')
+ epoch=1
+ source=(dwm.desktop
+         "$_pkgname::git+http://git.suckless.org/dwm")
+ md5sums=('939f403a71b6e85261d09fc3412269ee'
+          'SKIP')
+ pkgver(){
+   cd $_pkgname
+   git describe --tags |sed 's/-/./g'
+ }
+ prepare() {
+   cd $_pkgname
+   if [[ -f "$SRCDEST/$pkgname/config.h" ]]; then
+     cp -f "$SRCDEST/$pkgname/config.h" config.h
+   fi
+ }
+ build() {
+   cd $_pkgname
+   make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
+ }
+ package() {
+   cd $_pkgname
+   make PREFIX=/usr DESTDIR="$pkgdir" install
+   install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+   install -m644 -D README "$pkgdir/usr/share/doc/$pkgname/README"
+   install -m644 -D ../dwm.desktop "$pkgdir/usr/share/xsessions/dwm.desktop"
+ }
+ # vim:set ts=2 sw=2 et:
diff --combined dwm-git/dwm.desktop
index 0000000000000000000000000000000000000000,b0c33541ba30a33f2a98ef27e7c732f6513a839c..b0c33541ba30a33f2a98ef27e7c732f6513a839c
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,7 +1,7 @@@
+ [Desktop Entry]
+ Encoding=UTF-8
+ Name=Dwm
+ Comment=Dynamic window manager
+ Exec=dwm
+ Icon=dwm
+ Type=XSession
diff --combined dwm-git/dwm.install
index 0000000000000000000000000000000000000000,9675514c84ca6ad272620015e4c7a57d9cb6436b..9675514c84ca6ad272620015e4c7a57d9cb6436b
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,5 +1,5 @@@
+ post_install() {
+   echo "-- Edit config.h in dwm's PKGBUILD directory (generally /var/abs/community/dwm/)"
+   echo "-- and rebuild package if you want to change settings."
+   echo "-- Or, place custom config.h in \$SRCDEST/dwm-git/config.h and rebuild."
+ }