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

Antonio Rojas arojas at archlinux.org
Thu Nov 28 17:53:02 UTC 2019


    Date: Thursday, November 28, 2019 @ 17:53:01
  Author: arojas
Revision: 534293

archrelease: copy trunk to community-x86_64

Added:
  uncrustify/repos/community-x86_64/PKGBUILD
    (from rev 534292, uncrustify/trunk/PKGBUILD)
Deleted:
  uncrustify/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 34 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-28 17:52:45 UTC (rev 534292)
+++ PKGBUILD	2019-11-28 17:53:01 UTC (rev 534293)
@@ -1,30 +0,0 @@
-# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=uncrustify
-pkgver=0.70.0
-pkgrel=1
-pkgdesc="A source code beautifier"
-arch=(x86_64)
-url="http://uncrustify.sourceforge.net/"
-license=(GPL)
-depends=(gcc-libs)
-makedepends=(cmake python)
-source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz")
-sha256sums=('d8ff60852e6db90c855cab18dd8003fde6f8694d8a85556a86f01114729c5185')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  cd ../$pkgname-$pkgname-$pkgver
-  install -d -m755 "$pkgdir"/usr/share/uncrustify
-  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
-}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 534292, uncrustify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-28 17:53:01 UTC (rev 534293)
@@ -0,0 +1,34 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=uncrustify
+pkgver=0.70.1
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=(x86_64)
+url="http://uncrustify.sourceforge.net/"
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake python)
+source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz")
+sha256sums=('ad0a7b1f68aa3527d1b89d177d192385fe41b830d46167bde3c3b578e9b0ed06')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  cd ../$pkgname-$pkgname-$pkgver
+  install -d -m755 "$pkgdir"/usr/share/uncrustify
+  install -m644 etc/*.cfg "$pkgdir"/usr/share/uncrustify
+}



More information about the arch-commits mailing list