[arch-commits] Commit in okteta/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Sep 3 14:28:59 UTC 2018


    Date: Monday, September 3, 2018 @ 14:28:59
  Author: arojas
Revision: 333221

archrelease: copy trunk to extra-x86_64

Added:
  okteta/repos/extra-x86_64/PKGBUILD
    (from rev 333220, okteta/trunk/PKGBUILD)
Deleted:
  okteta/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-03 14:28:40 UTC (rev 333220)
+++ PKGBUILD	2018-09-03 14:28:59 UTC (rev 333221)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=okteta
-pkgver=0.25.2
-pkgrel=1
-epoch=1
-pkgdesc='KDE hex editor for viewing and editing the raw data of files'
-url='https://kde.org/applications/utilities/okteta/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcmutils kparts knewstuff qca-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('37c02a5f67ad1accbb9daa38727d34f6d211fbb9164f93a3b1dbd88ddb43bc02'
-            'SKIP')
-validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474)  # Friedrich W. H. Kossebau <kossebau at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/extra-x86_64/PKGBUILD (from rev 333220, okteta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-03 14:28:59 UTC (rev 333221)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=okteta
+pkgver=0.25.3
+pkgrel=1
+epoch=1
+pkgdesc='KDE hex editor for viewing and editing the raw data of files'
+url='https://kde.org/applications/utilities/okteta/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcmutils kparts knewstuff qca hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('51d9983c0e692c317af24cd7efaaf7bb29e815a07c2811564085a57966bda656'
+            'SKIP')
+validpgpkeys=(E191FD5BE6F46870F09E82B2024E7FB43D015474)  # Friedrich W. H. Kossebau <kossebau at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list