[arch-commits] Commit in ctwm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 22:53:05 UTC 2022


    Date: Sunday, April 24, 2022 @ 22:53:05
  Author: allan
Revision: 1189678

archrelease: copy trunk to community-x86_64

Added:
  ctwm/repos/community-x86_64/PKGBUILD
    (from rev 1189677, ctwm/trunk/PKGBUILD)
Deleted:
  ctwm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 22:52:47 UTC (rev 1189677)
+++ PKGBUILD	2022-04-24 22:53:05 UTC (rev 1189678)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-pkgname=ctwm
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="Claude's Tab Window Manager for the X Window System"
-arch=(x86_64)
-url='https://ctwm.org/'
-license=('custom:MIT' 'custom:X')
-depends=(libjpeg-turbo libxmu libxpm)
-makedepends=(cmake ctags doxygen gendesk graphviz ninja)
-source=("https://ctwm.org/dist/$pkgname-$pkgver.tar.xz")
-sha256sums=('2e4b475a0168cb799723fd693b359e188179e51ce476ab453689db8fcdfc800c')
-
-prepare() {
-  gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc" --name CTWM
-  gendesk -f -n -wm --pkgname ${pkgname}_kdm --exec $pkgname --name CTWM
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname-$pkgver" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -G Ninja
-  ninja
-}
-
-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
-  install -Dm644 "$pkgname-$pkgver/COPYRIGHT" \
-    "$pkgdir/usr/share/licenses/ctwm/COPYRIGHT"
-}

Copied: ctwm/repos/community-x86_64/PKGBUILD (from rev 1189677, ctwm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 22:53:05 UTC (rev 1189678)
@@ -0,0 +1,37 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+pkgname=ctwm
+pkgver=4.0.3
+pkgrel=2
+pkgdesc="Claude's Tab Window Manager for the X Window System"
+arch=(x86_64)
+url='https://ctwm.org/'
+license=('custom:MIT' 'custom:X')
+depends=(libjpeg-turbo libxmu libxpm)
+makedepends=(cmake ctags doxygen gendesk graphviz ninja)
+source=("https://ctwm.org/dist/$pkgname-$pkgver.tar.xz")
+sha256sums=('2e4b475a0168cb799723fd693b359e188179e51ce476ab453689db8fcdfc800c')
+
+prepare() {
+  gendesk -f -n --pkgname $pkgname --pkgdesc "$pkgdesc" --name CTWM
+  gendesk -f -n -wm --pkgname ${pkgname}_kdm --exec $pkgname --name CTWM
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -G Ninja
+  ninja
+}
+
+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
+  install -Dm644 "$pkgname-$pkgver/COPYRIGHT" \
+    "$pkgdir/usr/share/licenses/ctwm/COPYRIGHT"
+}



More information about the arch-commits mailing list