[arch-commits] Commit in okteta/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 9 08:13:55 UTC 2015
Date: Wednesday, December 9, 2015 @ 09:13:55
Author: arojas
Revision: 254969
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
okteta/repos/kde-unstable-i686/PKGBUILD
(from rev 254968, okteta/kde-unstable/PKGBUILD)
okteta/repos/kde-unstable-i686/okteta.install
(from rev 254968, okteta/kde-unstable/okteta.install)
okteta/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254968, okteta/kde-unstable/PKGBUILD)
okteta/repos/kde-unstable-x86_64/okteta.install
(from rev 254968, okteta/kde-unstable/okteta.install)
Deleted:
okteta/repos/kde-unstable-i686/PKGBUILD
okteta/repos/kde-unstable-i686/okteta.install
okteta/repos/kde-unstable-x86_64/PKGBUILD
okteta/repos/kde-unstable-x86_64/okteta.install
------------------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++++++++++++++
/okteta.install | 24 ++++++++++
kde-unstable-i686/PKGBUILD | 40 -----------------
kde-unstable-i686/okteta.install | 12 -----
kde-unstable-x86_64/PKGBUILD | 40 -----------------
kde-unstable-x86_64/okteta.install | 12 -----
6 files changed, 104 insertions(+), 104 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=okteta
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
-replaces=('kdesdk-okteta')
-conflicts=('kdesdk-okteta<4.14.3-2')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz")
-sha1sums=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../okteta-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DSYSCONF_INSTALL_DIR=/etc \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: okteta/repos/kde-unstable-i686/PKGBUILD (from rev 254968, okteta/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=okteta
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz")
+sha1sums=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../okteta-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-i686/okteta.install
===================================================================
--- kde-unstable-i686/okteta.install 2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-i686/okteta.install 2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: okteta/repos/kde-unstable-i686/okteta.install (from rev 254968, okteta/kde-unstable/okteta.install)
===================================================================
--- kde-unstable-i686/okteta.install (rev 0)
+++ kde-unstable-i686/okteta.install 2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=okteta
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
-replaces=('kdesdk-okteta')
-conflicts=('kdesdk-okteta<4.14.3-2')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz")
-sha1sums=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../okteta-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DSYSCONF_INSTALL_DIR=/etc \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 254968, okteta/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=okteta
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz")
+sha1sums=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../okteta-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DSYSCONF_INSTALL_DIR=/etc \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/okteta.install
===================================================================
--- kde-unstable-x86_64/okteta.install 2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-x86_64/okteta.install 2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: okteta/repos/kde-unstable-x86_64/okteta.install (from rev 254968, okteta/kde-unstable/okteta.install)
===================================================================
--- kde-unstable-x86_64/okteta.install (rev 0)
+++ kde-unstable-x86_64/okteta.install 2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list