Date: Monday, January 23, 2023 @ 15:32:47
  Author: daurnimator
Revision: 1387948

archrelease: copy trunk to community-x86_64

Added:
  ncdu/repos/community-x86_64/PKGBUILD
    (from rev 1387947, ncdu/trunk/PKGBUILD)
  ncdu/repos/community-x86_64/keys/
  ncdu/repos/community-x86_64/ncdu-pie.patch
    (from rev 1387947, ncdu/trunk/ncdu-pie.patch)
Deleted:
  ncdu/repos/community-x86_64/PKGBUILD
  ncdu/repos/community-x86_64/keys/
  ncdu/repos/community-x86_64/ncdu-pie.patch

----------------+
 PKGBUILD       |  128 +++++++++++++++++++++++++++----------------------------
 ncdu-pie.patch |   20 ++++----
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-23 15:32:17 UTC (rev 1387947)
+++ PKGBUILD    2023-01-23 15:32:47 UTC (rev 1387948)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Andreas 'Segaja' Schleifer <segaja at archlinux dot org>
-# Maintainer: Daurnimator <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: lp76 <[email protected]>
-# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
-# Contributor: Gaetan Bisson <[email protected]>
-
-pkgname='ncdu'
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Disk usage analyzer with an ncurses interface'
-url='https://dev.yorhel.nl/ncdu'
-license=('MIT')
-depends=('ncurses')
-makedepends=('zig')
-arch=('x86_64')
-source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc}
-        "ncdu-pie.patch")
-sha256sums=('90d920024e752318b469776ce57e03b3c702d49329ad9825aeeab36c3babf993'
-            'SKIP'
-            '05e2a1809dc62fe85b5b47f1e6fff3487f7302da72889ac6d2a73d0aa5bba886')
-b2sums=('fca41e74e4eb2509496276aa964ecf6a20db860d0b1d6bab9a169d8d6c5c7c2d41f088241cf57c92d7cf51bb5d84642c2a3a6db99410e6332061e6d35efa94e6'
-        'SKIP'
-        
'0c42f7d004b8293c3d5a937cdc850e63ecb3133e38cdbdb36e89832250d75b6423b5f3da3b1b91c304e8a2ec44dfca3f9f0c84c253ce610e1e5d8c68da0a95b4')
-validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 
<[email protected]>
-
-prepare() {
-    cd "${pkgname}-${pkgver}"
-
-    patch -i ../ncdu-pie.patch
-}
-
-build() {
-    cd "${pkgname}-${pkgver}"
-
-    DESTDIR="build" zig build \
-      --prefix /usr \
-      --search-prefix /usr \
-      -Dtarget=native-linux.5.15 \
-      -Dcpu=baseline \
-      -Drelease-safe
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-
-    zig build test \
-      --prefix /usr \
-      --search-prefix /usr \
-      -Dtarget=native-linux.5.15 \
-      -Dcpu=baseline \
-      -Drelease-safe
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-
-    cp -a build/* "$pkgdir"
-
-    make install-doc PREFIX="${pkgdir}/usr"
-
-    install --verbose -D --mode=644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ncdu/repos/community-x86_64/PKGBUILD (from rev 1387947, 
ncdu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-23 15:32:47 UTC (rev 1387948)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Andreas 'Segaja' Schleifer <segaja at archlinux dot org>
+# Maintainer: Daurnimator <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: lp76 <[email protected]>
+# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
+# Contributor: Gaetan Bisson <[email protected]>
+
+pkgname='ncdu'
+pkgver=2.2.2
+pkgrel=2
+pkgdesc='Disk usage analyzer with an ncurses interface'
+url='https://dev.yorhel.nl/ncdu'
+license=('MIT')
+depends=('ncurses')
+makedepends=('zig')
+arch=('x86_64')
+source=("https://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz"{,.asc}
+        "ncdu-pie.patch")
+sha256sums=('90d920024e752318b469776ce57e03b3c702d49329ad9825aeeab36c3babf993'
+            'SKIP'
+            '05e2a1809dc62fe85b5b47f1e6fff3487f7302da72889ac6d2a73d0aa5bba886')
+b2sums=('fca41e74e4eb2509496276aa964ecf6a20db860d0b1d6bab9a169d8d6c5c7c2d41f088241cf57c92d7cf51bb5d84642c2a3a6db99410e6332061e6d35efa94e6'
+        'SKIP'
+        
'0c42f7d004b8293c3d5a937cdc850e63ecb3133e38cdbdb36e89832250d75b6423b5f3da3b1b91c304e8a2ec44dfca3f9f0c84c253ce610e1e5d8c68da0a95b4')
+validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling 
<[email protected]>
+
+prepare() {
+    cd "${pkgname}-${pkgver}"
+
+    patch -i ../ncdu-pie.patch
+}
+
+build() {
+    cd "${pkgname}-${pkgver}"
+
+    DESTDIR="build" zig build \
+      --prefix /usr \
+      --search-prefix /usr \
+      -Dtarget=native-linux.5.15-gnu \
+      -Dcpu=baseline \
+      -Drelease-safe
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+
+    zig build test \
+      --prefix /usr \
+      --search-prefix /usr \
+      -Dtarget=native-linux.5.15-gnu \
+      -Dcpu=baseline \
+      -Drelease-safe
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+
+    cp -a build/* "$pkgdir"
+
+    make install-doc PREFIX="${pkgdir}/usr"
+
+    install --verbose -D --mode=644 LICENSES/MIT.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: ncdu-pie.patch
===================================================================
--- ncdu-pie.patch      2023-01-23 15:32:17 UTC (rev 1387947)
+++ ncdu-pie.patch      2023-01-23 15:32:47 UTC (rev 1387948)
@@ -1,10 +0,0 @@
---- build.zig  2023-01-19 17:57:48.000000000 +1100
-+++ build.zig  2023-01-24 02:06:07.803838292 +1100
-@@ -10,6 +10,7 @@
-     const exe = b.addExecutable("ncdu", "src/main.zig");
-     exe.setTarget(target);
-     exe.setBuildMode(mode);
-+    exe.pie = true;
-     exe.addCSourceFile("src/ncurses_refs.c", &[_][]const u8{});
-     exe.linkLibC();
-     exe.linkSystemLibrary("ncursesw");

Copied: ncdu/repos/community-x86_64/ncdu-pie.patch (from rev 1387947, 
ncdu/trunk/ncdu-pie.patch)
===================================================================
--- ncdu-pie.patch                              (rev 0)
+++ ncdu-pie.patch      2023-01-23 15:32:47 UTC (rev 1387948)
@@ -0,0 +1,10 @@
+--- build.zig  2023-01-19 17:57:48.000000000 +1100
++++ build.zig  2023-01-24 02:06:07.803838292 +1100
+@@ -10,6 +10,7 @@
+     const exe = b.addExecutable("ncdu", "src/main.zig");
+     exe.setTarget(target);
+     exe.setBuildMode(mode);
++    exe.pie = true;
+     exe.addCSourceFile("src/ncurses_refs.c", &[_][]const u8{});
+     exe.linkLibC();
+     exe.linkSystemLibrary("ncursesw");

Reply via email to