[arch-commits] Commit in pekwm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Tue Dec 7 10:27:01 UTC 2021
Date: Tuesday, December 7, 2021 @ 10:27:00
Author: arodseth
Revision: 1065500
archrelease: copy trunk to community-x86_64
Added:
pekwm/repos/community-x86_64/PKGBUILD
(from rev 1065499, pekwm/trunk/PKGBUILD)
Deleted:
pekwm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-07 10:26:50 UTC (rev 1065499)
+++ PKGBUILD 2021-12-07 10:27:00 UTC (rev 1065500)
@@ -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.2.0
-pkgrel=1
-pkgdesc='Tabbed X11 window manager'
-arch=(x86_64)
-license=(GPL)
-url='https://github.com/pekdon/pekwm'
-makedepends=(cmake gendesk git ninja)
-depends=(libjpeg libpng 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#commit=4c5b4826df0efd037693d730d2bdf843e78b25a5") # tag: release-0.2.0
-b2sums=(SKIP)
-
-prepare() {
- gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc" --name PekWM
- gendesk -f -n -wm --pkgname ${pkgname}_kdm --exec $pkgname --name PekWM
-}
-
-build() {
- cmake \
- -B build \
- -D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_INSTALL_PREFIX=/usr \
- -D CMAKE_INSTALL_LIBDIR=lib \
- -G Ninja \
- -S $pkgname
- ninja -C build
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
- install -Dm644 $pkgname.desktop \
- "$pkgdir"/usr/share/xsessions/$pkgname.desktop
- install -Dm644 ${pkgname}_kdm.desktop \
- "$pkgdir"/usr/share/apps/kdm/sessions/$pkgname.desktop
-}
Copied: pekwm/repos/community-x86_64/PKGBUILD (from rev 1065499, pekwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-07 10:27:00 UTC (rev 1065500)
@@ -0,0 +1,54 @@
+# 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.2.1
+pkgrel=1
+pkgdesc='Tabbed X11 window manager'
+arch=(x86_64)
+license=(GPL)
+url='https://github.com/pekdon/pekwm'
+makedepends=(cmake gendesk git ninja)
+depends=(libjpeg libpng 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#commit=d18fc4e70a5e3d9c1d51130f2d595dd078eb4704") # tag: release-0.2.1
+b2sums=(SKIP)
+
+prepare() {
+ gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc" --name PekWM
+ gendesk -f -n -wm --pkgname ${pkgname}_kdm --exec $pkgname --name PekWM
+}
+
+build() {
+ cmake \
+ -B build \
+ -D CMAKE_BUILD_TYPE=Release \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D CMAKE_INSTALL_LIBDIR=lib \
+ -G Ninja \
+ -S $pkgname
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+ install -Dm644 $pkgname.desktop \
+ "$pkgdir"/usr/share/xsessions/$pkgname.desktop
+ install -Dm644 ${pkgname}_kdm.desktop \
+ "$pkgdir"/usr/share/apps/kdm/sessions/$pkgname.desktop
+}
More information about the arch-commits
mailing list