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

Antonio Rojas arojas at archlinux.org
Mon Oct 8 09:49:33 UTC 2018


    Date: Monday, October 8, 2018 @ 09:49:33
  Author: arojas
Revision: 335930

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-08 09:48:58 UTC (rev 335929)
+++ PKGBUILD	2018-10-08 09:49:33 UTC (rev 335930)
@@ -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.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
-}

Copied: okteta/repos/extra-x86_64/PKGBUILD (from rev 335929, okteta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-08 09:49:33 UTC (rev 335930)
@@ -0,0 +1,36 @@
+# 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.4
+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=('ae2a72d0162184278d1c0e0a73b52751a0181deede0231a4c9d568bb7ac82a52'
+            '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