Date: Tuesday, April 19, 2016 @ 14:11:08
  Author: arojas
Revision: 265314

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
    (from rev 265313, kig/trunk/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
    (from rev 265313, kig/trunk/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 265313, kig/trunk/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
    (from rev 265313, kig/trunk/kig.install)
Deleted:
  kig/repos/kde-unstable-i686/PKGBUILD
  kig/repos/kde-unstable-i686/kig.install
  kig/repos/kde-unstable-x86_64/PKGBUILD
  kig/repos/kde-unstable-x86_64/kig.install

---------------------------------+
 /PKGBUILD                       |   86 ++++++++++++++++++++++++++++++++++++++
 /kig.install                    |   24 ++++++++++
 kde-unstable-i686/PKGBUILD      |   43 -------------------
 kde-unstable-i686/kig.install   |   12 -----
 kde-unstable-x86_64/PKGBUILD    |   43 -------------------
 kde-unstable-x86_64/kig.install |   12 -----
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:10:51 UTC (rev 265313)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:08 UTC (rev 265314)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=kig
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
-optdepends=('qt5-xmlpatterns: support for GeoGebra files')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
-sha1sums=('9048262ea99e59fd93d5c31f1eb63186ed242dcc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kig-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kig/repos/kde-unstable-i686/PKGBUILD (from rev 265313, 
kig/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:11:08 UTC (rev 265314)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kig
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
+optdepends=('qt5-xmlpatterns: support for GeoGebra files')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('ae459d60301351c52f44558e870f2a8a70800ca1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: kde-unstable-i686/kig.install
===================================================================
--- kde-unstable-i686/kig.install       2016-04-19 12:10:51 UTC (rev 265313)
+++ kde-unstable-i686/kig.install       2016-04-19 12:11:08 UTC (rev 265314)
@@ -1,12 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kig/repos/kde-unstable-i686/kig.install (from rev 265313, 
kig/trunk/kig.install)
===================================================================
--- kde-unstable-i686/kig.install                               (rev 0)
+++ kde-unstable-i686/kig.install       2016-04-19 12:11:08 UTC (rev 265314)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD        2016-04-19 12:10:51 UTC (rev 265313)
+++ kde-unstable-x86_64/PKGBUILD        2016-04-19 12:11:08 UTC (rev 265314)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=kig
-pkgver=16.03.90
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
-optdepends=('qt5-xmlpatterns: support for GeoGebra files')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
-sha1sums=('9048262ea99e59fd93d5c31f1eb63186ed242dcc')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kig-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kig/repos/kde-unstable-x86_64/PKGBUILD (from rev 265313, 
kig/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2016-04-19 12:11:08 UTC (rev 265314)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kig
+pkgver=16.04.0
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'boost-libs' 'python2' 'hicolor-icon-theme') # 
kemoticons, kitemmodels are only required for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'qt5-xmlpatterns')
+optdepends=('qt5-xmlpatterns: support for GeoGebra files')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('ae459d60301351c52f44558e870f2a8a70800ca1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: kde-unstable-x86_64/kig.install
===================================================================
--- kde-unstable-x86_64/kig.install     2016-04-19 12:10:51 UTC (rev 265313)
+++ kde-unstable-x86_64/kig.install     2016-04-19 12:11:08 UTC (rev 265314)
@@ -1,12 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kig/repos/kde-unstable-x86_64/kig.install (from rev 265313, 
kig/trunk/kig.install)
===================================================================
--- kde-unstable-x86_64/kig.install                             (rev 0)
+++ kde-unstable-x86_64/kig.install     2016-04-19 12:11:08 UTC (rev 265314)
@@ -0,0 +1,12 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to