Date: Sunday, April 9, 2023 @ 22:33:22
  Author: antiz
Revision: 1443555

archrelease: copy trunk to community-x86_64

Added:
  icewm/repos/community-x86_64/PKGBUILD
    (from rev 1443554, icewm/trunk/PKGBUILD)
Deleted:
  icewm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 22:32:48 UTC (rev 1443554)
+++ PKGBUILD    2023-04-09 22:33:22 UTC (rev 1443555)
@@ -1,26 +0,0 @@
-# Maintainer: Robin Candau <[email protected]>
-# Contributor: Alexander F. Rødseth <[email protected]>
-# Contributor: Eric Bélanger <[email protected]>
-
-pkgname=icewm
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Window Manager designed for speed, usability, and consistency'
-arch=(x86_64)
-url='https://ice-wm.org/'
-license=(LGPL)
-depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
-makedepends=(asciidoctor xorg-mkfontdir)
-optdepends=('perl: for icewm-menu-xrandr')
-source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz";)
-sha256sums=('4f0e81daafe35d73a2fcb39e9d1c6738b1c0a2ad3805382d69c3464d0cede1d6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: icewm/repos/community-x86_64/PKGBUILD (from rev 1443554, 
icewm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 22:33:22 UTC (rev 1443555)
@@ -0,0 +1,26 @@
+# Maintainer: Robin Candau <[email protected]>
+# Contributor: Alexander F. Rødseth <[email protected]>
+# Contributor: Eric Bélanger <[email protected]>
+
+pkgname=icewm
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Window Manager designed for speed, usability, and consistency'
+arch=(x86_64)
+url='https://ice-wm.org/'
+license=(LGPL)
+depends=(alsa-lib imlib2 librsvg libsndfile libxcomposite libxdamage 
libxinerama libxpm libxrandr)
+makedepends=(asciidoctor xorg-mkfontdir)
+optdepends=('perl: for icewm-menu-xrandr')
+source=("https://github.com/ice-wm/icewm/releases/download/$pkgver/$pkgname-$pkgver.tar.lz";)
+sha256sums=('e138c72003f77e7b3dcf9ee1e22d66a5a1ac510973e50ff31ac0cd62263dcf73')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Reply via email to