[arch-commits] Commit in pekwm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Nov 27 10:04:20 UTC 2020
Date: Friday, November 27, 2020 @ 10:04:19
Author: arodseth
Revision: 764003
archrelease: copy trunk to community-x86_64
Added:
pekwm/repos/community-x86_64/PKGBUILD
(from rev 764002, pekwm/trunk/PKGBUILD)
Deleted:
pekwm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 107 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 10:04:14 UTC (rev 764002)
+++ PKGBUILD 2020-11-27 10:04:19 UTC (rev 764003)
@@ -1,54 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Eddie Lozon <almostlucky at attbi.com>
-
-pkgname=pekwm
-pkgver=0.1.17
-pkgrel=5
-pkgdesc='Tabbed X11 window manager'
-arch=('x86_64')
-license=('GPL')
-url='https://github.com/pekdon/pekwm'
-makedepends=('gendesk' 'git')
-depends=('libjpeg' 'libxft' 'libxinerama' 'libxpm' 'libxrandr')
-optdepends=('lxappearance: feature-rich GTK+ theme switcher'
- 'nitrogen: background browser and setter'
- 'tint2: basic, good-looking task manager')
-backup=(etc/pekwm/autoproperties
- etc/pekwm/autoproperties_typerules
- etc/pekwm/config
- etc/pekwm/config_system
- etc/pekwm/keys
- etc/pekwm/menu
- etc/pekwm/mouse
- etc/pekwm/mouse_click
- etc/pekwm/mouse_sloppy
- etc/pekwm/mouse_system
- etc/pekwm/start
- etc/pekwm/vars)
-source=("git+$url#tag=release-$pkgver")
-md5sums=('SKIP')
-
-prepare() {
- gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc" --name PekWM
- gendesk -f -n -wm --pkgname ${pkgname}_kdm --exec $pkgname --name PekWM
- cd "$pkgname"
- ./autogen.sh
-}
-
-build() {
- cd "$pkgname"
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- make -C "$pkgname" DESTDIR="$pkgdir" install
- install -Dm644 $pkgname.desktop \
- "$pkgdir"/usr/share/xsessions/$pkgname.desktop
- install -Dm644 ${pkgname}_kdm.desktop \
- "$pkgdir"/usr/share/apps/kdm/sessions/$pkgname.desktop
-}
-
-# getver: repology.org/metapackage/pekwm/information
-# vim: ts=2 sw=2 et
Copied: pekwm/repos/community-x86_64/PKGBUILD (from rev 764002, pekwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-27 10:04:19 UTC (rev 764003)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Eddie Lozon <almostlucky at attbi.com>
+
+pkgname=pekwm
+pkgver=0.1.18
+pkgrel=1
+pkgdesc='Tabbed X11 window manager'
+arch=(x86_64)
+license=(GPL)
+url='https://github.com/pekdon/pekwm'
+makedepends=(gendesk git)
+depends=(libjpeg libxft libxinerama libxpm libxrandr)
+optdepends=('lxappearance: feature-rich GTK+ theme switcher'
+ 'nitrogen: background browser and setter'
+ 'tint2: basic, good-looking task manager')
+backup=(etc/pekwm/autoproperties
+ etc/pekwm/autoproperties_typerules
+ etc/pekwm/config
+ etc/pekwm/config_system
+ etc/pekwm/keys
+ etc/pekwm/menu
+ etc/pekwm/mouse
+ etc/pekwm/mouse_click
+ etc/pekwm/mouse_sloppy
+ etc/pekwm/mouse_system
+ etc/pekwm/start
+ etc/pekwm/vars)
+source=("git+$url#tag=release-$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc" --name PekWM
+ gendesk -f -n -wm --pkgname ${pkgname}_kdm --exec $pkgname --name PekWM
+ cd $pkgname
+ ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ make -C $pkgname DESTDIR="$pkgdir" install
+ install -Dm644 $pkgname.desktop \
+ "$pkgdir"/usr/share/xsessions/$pkgname.desktop
+ install -Dm644 ${pkgname}_kdm.desktop \
+ "$pkgdir"/usr/share/apps/kdm/sessions/$pkgname.desktop
+}
+
+# getver: repology.org/metapackage/pekwm/information
More information about the arch-commits
mailing list