[arch-commits] Commit in kig/repos (8 files)

2016-04-19 Thread Antonio Rojas
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 
-# Contributor: Andrea Scarpino 
-
-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 
+# Contributor: Andrea Scarpino 
+
+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 

[arch-commits] Commit in kig/repos (8 files)

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 08:52:34
  Author: arojas
Revision: 264076

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 264075, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 264075, kig/kde-unstable/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264075, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 264075, kig/kde-unstable/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  |   45 ---
 kde-unstable-i686/kig.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   45 ---
 kde-unstable-x86_64/kig.install |   12 -
 6 files changed, 110 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 06:52:09 UTC (rev 264075)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:52:34 UTC (rev 264076)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=16.03.80
-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=('0f422be8fac2ad0f61be3d3d1d0bfa04c16eed40')
-
-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 \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
-  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 264075, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:52:34 UTC (rev 264076)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+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
+}

Deleted: kde-unstable-i686/kig.install
===
--- kde-unstable-i686/kig.install   2016-04-08 06:52:09 UTC (rev 264075)
+++ kde-unstable-i686/kig.install   2016-04-08 06:52:34 UTC (rev 264076)
@@ -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 264075, 
kig/kde-unstable/kig.install)

[arch-commits] Commit in kig/repos (8 files)

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:52:25
  Author: arojas
Revision: 261545

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 261544, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 261544, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 261544, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 261544, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

--+
 /PKGBUILD|   90 +
 /kig.install |   24 
 extra-i686/PKGBUILD  |   45 --
 extra-i686/kig.install   |   12 --
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/kig.install |   12 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 10:52:09 UTC (rev 261544)
+++ extra-i686/PKGBUILD 2016-03-15 10:52:25 UTC (rev 261545)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.12.2
-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=('5669d8554899d07f20c1cd43490d107bdb81ea37')
-
-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 \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
-  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/extra-i686/PKGBUILD (from rev 261544, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:52:25 UTC (rev 261545)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.12.3
+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=('0310f6ee36e2098b748678c9a815d4e63123737f')
+
+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 \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+  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: extra-i686/kig.install
===
--- extra-i686/kig.install  2016-03-15 10:52:09 UTC (rev 261544)
+++ extra-i686/kig.install  2016-03-15 10:52:25 UTC (rev 261545)
@@ -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/extra-i686/kig.install (from rev 261544, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ 

[arch-commits] Commit in kig/repos (8 files)

2016-01-11 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:51:11
  Author: arojas
Revision: 258022

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 258021, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 258021, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 258021, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 258021, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

--+
 /PKGBUILD|   90 +
 /kig.install |   24 
 extra-i686/PKGBUILD  |   45 --
 extra-i686/kig.install   |   12 --
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/kig.install |   12 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 07:50:48 UTC (rev 258021)
+++ extra-i686/PKGBUILD 2016-01-12 07:51:11 UTC (rev 258022)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.12.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=('d830fd3c6b91a17af9545dc4df36dfd4870ac17f')
-
-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 \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
-  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/extra-i686/PKGBUILD (from rev 258021, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:51:11 UTC (rev 258022)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.12.1
+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=('3f1a14246bfdd34a07adf738a4fc107767f00c0c')
+
+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 \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+  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: extra-i686/kig.install
===
--- extra-i686/kig.install  2016-01-12 07:50:48 UTC (rev 258021)
+++ extra-i686/kig.install  2016-01-12 07:51:11 UTC (rev 258022)
@@ -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/extra-i686/kig.install (from rev 258021, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ 

[arch-commits] Commit in kig/repos (8 files)

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:43:09
  Author: arojas
Revision: 256341

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 256340, kig/trunk/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 256340, kig/trunk/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256340, kig/trunk/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 256340, 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   |   90 ++
 /kig.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   45 ---
 kde-unstable-i686/kig.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   45 ---
 kde-unstable-x86_64/kig.install |   12 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:42:45 UTC (rev 256340)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:43:09 UTC (rev 256341)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.11.90
-pkgrel=2
-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=('5c691874310c829e188229f06a6c4ce22bea3452')
-
-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 \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
-  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 256340, 
kig/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:43:09 UTC (rev 256341)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.12.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=('d830fd3c6b91a17af9545dc4df36dfd4870ac17f')
+
+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 \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+  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   2015-12-16 07:42:45 UTC (rev 256340)
+++ kde-unstable-i686/kig.install   2015-12-16 07:43:09 UTC (rev 256341)
@@ -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 

[arch-commits] Commit in kig/repos (8 files)

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:38:15
  Author: arojas
Revision: 254868

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 254867, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 254867, kig/kde-unstable/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254867, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 254867, kig/kde-unstable/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   |   90 ++
 /kig.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   45 ---
 kde-unstable-i686/kig.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   45 ---
 kde-unstable-x86_64/kig.install |   12 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:37:53 UTC (rev 254867)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:38:15 UTC (rev 254868)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.11.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=('5c691874310c829e188229f06a6c4ce22bea3452')
-
-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 \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
-  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 254867, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:38:15 UTC (rev 254868)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.11.90
+pkgrel=2
+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=('5c691874310c829e188229f06a6c4ce22bea3452')
+
+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 \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+  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   2015-12-09 07:37:53 UTC (rev 254867)
+++ kde-unstable-i686/kig.install   2015-12-09 07:38:15 UTC (rev 254868)
@@ -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: 

[arch-commits] Commit in kig/repos (8 files)

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:16:33
  Author: arojas
Revision: 252216

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 252215, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 252215, kig/kde-unstable/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252215, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 252215, kig/kde-unstable/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   |   90 ++
 /kig.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   45 ---
 kde-unstable-i686/kig.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   45 ---
 kde-unstable-x86_64/kig.install |   12 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:16:08 UTC (rev 252215)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:16:33 UTC (rev 252216)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.11.80
-pkgrel=2
-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=('0f72f8b0fabbed65af6e03c0f0016a25944f6d8f')
-
-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 \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
-  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 252215, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:16:33 UTC (rev 252216)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.11.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=('5c691874310c829e188229f06a6c4ce22bea3452')
+
+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 \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+  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   2015-12-03 20:16:08 UTC (rev 252215)
+++ kde-unstable-i686/kig.install   2015-12-03 20:16:33 UTC (rev 252216)
@@ -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: 

[arch-commits] Commit in kig/repos (8 files)

2015-11-21 Thread Antonio Rojas
Date: Saturday, November 21, 2015 @ 10:29:05
  Author: arojas
Revision: 251778

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 251777, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 251777, kig/kde-unstable/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251777, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 251777, kig/kde-unstable/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   |   90 ++
 /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, 114 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-11-21 09:28:19 UTC (rev 251777)
+++ kde-unstable-i686/PKGBUILD  2015-11-21 09:29:05 UTC (rev 251778)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.11.80
-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') # kemoticons, kitemmodels are only 
requires for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('0f72f8b0fabbed65af6e03c0f0016a25944f6d8f')
-
-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 251777, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-21 09:29:05 UTC (rev 251778)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.11.80
+pkgrel=2
+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=('0f72f8b0fabbed65af6e03c0f0016a25944f6d8f')
+
+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 \
+-DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
+-DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+  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   2015-11-21 09:28:19 UTC (rev 251777)
+++ kde-unstable-i686/kig.install   2015-11-21 09:29:05 UTC (rev 251778)
@@ -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 251777, 
kig/kde-unstable/kig.install)

[arch-commits] Commit in kig/repos (8 files)

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:38:56
  Author: arojas
Revision: 250355

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 250354, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 250354, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 250354, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 250354, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:38:32 UTC (rev 250354)
+++ extra-i686/PKGBUILD 2015-11-09 21:38:56 UTC (rev 250355)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.08.2
-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') # kemoticons, kitemmodels are only 
requires for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('5790ce5df5c4bedc2a731f6235325eb338de4d8f')
-
-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/extra-i686/PKGBUILD (from rev 250354, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:38:56 UTC (rev 250355)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.08.3
+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') # kemoticons, kitemmodels are only 
requires for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('e7e3eb25bc8c3ceac28fae503fee8ed6dbe4c330')
+
+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: extra-i686/kig.install
===
--- extra-i686/kig.install  2015-11-09 21:38:32 UTC (rev 250354)
+++ extra-i686/kig.install  2015-11-09 21:38:56 UTC (rev 250355)
@@ -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/extra-i686/kig.install (from rev 250354, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ extra-i686/kig.install  2015-11-09 21:38:56 UTC (rev 250355)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   

[arch-commits] Commit in kig/repos (8 files)

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:15:40
  Author: arojas
Revision: 249032

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 249031, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 249031, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 249031, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 249031, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:15:16 UTC (rev 249031)
+++ extra-i686/PKGBUILD 2015-10-13 07:15:40 UTC (rev 249032)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.08.1
-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') # kemoticons, kitemmodels are only 
requires for tests
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('4d9accefd3c47fb3145f524066485b93d7dab984')
-
-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/extra-i686/PKGBUILD (from rev 249031, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:15:40 UTC (rev 249032)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.08.2
+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') # kemoticons, kitemmodels are only 
requires for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('5790ce5df5c4bedc2a731f6235325eb338de4d8f')
+
+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: extra-i686/kig.install
===
--- extra-i686/kig.install  2015-10-13 07:15:16 UTC (rev 249031)
+++ extra-i686/kig.install  2015-10-13 07:15:40 UTC (rev 249032)
@@ -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/extra-i686/kig.install (from rev 249031, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ extra-i686/kig.install  2015-10-13 07:15:40 UTC (rev 249032)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   

[arch-commits] Commit in kig/repos (8 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:38:02
  Author: arojas
Revision: 244034

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 244033, kig/trunk/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 244033, kig/trunk/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244033, kig/trunk/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 244033, 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  2015-08-19 06:37:34 UTC (rev 244033)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:38:02 UTC (rev 244034)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.07.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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('31f25465e17ca6dd7feef1df61d2cc0b6dd43476')
-
-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 244033, 
kig/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:38:02 UTC (rev 244034)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.08.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') # kemoticons, kitemmodels are only 
requires for tests
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('5d980bef6706e33d0077e5e61f9f63f44b72bc07')
+
+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   2015-08-19 06:37:34 UTC (rev 244033)
+++ kde-unstable-i686/kig.install   2015-08-19 06:38:02 UTC (rev 244034)
@@ -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 244033, 
kig/trunk/kig.install)
===
--- kde-unstable-i686/kig.install   (rev 0)
+++ kde-unstable-i686/kig.install   2015-08-19 06:38:02 UTC (rev 244034)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  

[arch-commits] Commit in kig/repos (8 files)

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 06:38:27
  Author: arojas
Revision: 243501

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 243500, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 243500, kig/kde-unstable/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243500, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 243500, kig/kde-unstable/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  2015-08-14 04:38:08 UTC (rev 243500)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:38:27 UTC (rev 243501)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.07.80
-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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('a242e0d4d53fc465ba1f27c51a8f38d2c1c63e1d')
-
-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 243500, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:38:27 UTC (rev 243501)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.07.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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' '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=('31f25465e17ca6dd7feef1df61d2cc0b6dd43476')
+
+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   2015-08-14 04:38:08 UTC (rev 243500)
+++ kde-unstable-i686/kig.install   2015-08-14 04:38:27 UTC (rev 243501)
@@ -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 243500, 
kig/kde-unstable/kig.install)
===
--- kde-unstable-i686/kig.install   (rev 0)
+++ kde-unstable-i686/kig.install   2015-08-14 04:38:27 UTC (rev 243501)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  

[arch-commits] Commit in kig/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:27:19
  Author: arojas
Revision: 241525

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 241524, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 241524, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 241524, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 241524, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

--+
 /PKGBUILD|   84 +
 /kig.install |   24 
 extra-i686/PKGBUILD  |   42 --
 extra-i686/kig.install   |   12 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/kig.install |   12 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:27:03 UTC (rev 241524)
+++ extra-i686/PKGBUILD 2015-06-30 20:27:19 UTC (rev 241525)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.04.2
-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' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('9dbc2dd6d5997058c2bbda7e02d62773ce93a806')
-
-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/extra-i686/PKGBUILD (from rev 241524, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:27:19 UTC (rev 241525)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.04.3
+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' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('7940e6efa165b22e2fd2f52b48bc30ee80d3fad2')
+
+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: extra-i686/kig.install
===
--- extra-i686/kig.install  2015-06-30 20:27:03 UTC (rev 241524)
+++ extra-i686/kig.install  2015-06-30 20:27:19 UTC (rev 241525)
@@ -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/extra-i686/kig.install (from rev 241524, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ extra-i686/kig.install  2015-06-30 20:27:19 UTC (rev 241525)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:27:03 UTC (rev 241524)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:27:19 UTC (rev 241525)
@@ -1,42 

[arch-commits] Commit in kig/repos (8 files)

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:57:10
  Author: arojas
Revision: 240054

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 240053, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 240053, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 240053, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 240053, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

--+
 /PKGBUILD|   84 +
 /kig.install |   24 
 extra-i686/PKGBUILD  |   42 --
 extra-i686/kig.install   |   12 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/kig.install |   12 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:56:54 UTC (rev 240053)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:10 UTC (rev 240054)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.04.1
-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' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('3412ccc516e2f78ce0abd228f5f72b8e62fe587d')
-
-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/extra-i686/PKGBUILD (from rev 240053, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:10 UTC (rev 240054)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.04.2
+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' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('9dbc2dd6d5997058c2bbda7e02d62773ce93a806')
+
+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: extra-i686/kig.install
===
--- extra-i686/kig.install  2015-06-02 06:56:54 UTC (rev 240053)
+++ extra-i686/kig.install  2015-06-02 06:57:10 UTC (rev 240054)
@@ -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/extra-i686/kig.install (from rev 240053, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ extra-i686/kig.install  2015-06-02 06:57:10 UTC (rev 240054)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:56:54 UTC (rev 240053)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:57:10 UTC (rev 240054)
@@ -1,42 

[arch-commits] Commit in kig/repos (8 files)

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:35:15
  Author: arojas
Revision: 239023

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kig/repos/extra-i686/PKGBUILD
(from rev 239022, kig/trunk/PKGBUILD)
  kig/repos/extra-i686/kig.install
(from rev 239022, kig/trunk/kig.install)
  kig/repos/extra-x86_64/PKGBUILD
(from rev 239022, kig/trunk/PKGBUILD)
  kig/repos/extra-x86_64/kig.install
(from rev 239022, kig/trunk/kig.install)
Deleted:
  kig/repos/extra-i686/PKGBUILD
  kig/repos/extra-i686/kig.install
  kig/repos/extra-x86_64/PKGBUILD
  kig/repos/extra-x86_64/kig.install

--+
 /PKGBUILD|   84 +
 /kig.install |   24 
 extra-i686/PKGBUILD  |   42 --
 extra-i686/kig.install   |   12 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/kig.install |   12 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:34:45 UTC (rev 239022)
+++ extra-i686/PKGBUILD 2015-05-12 07:35:15 UTC (rev 239023)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.04.0
-pkgrel=2
-pkgdesc=Interactive Geometry
-url=http://kde.org/applications/education/kig/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('5a1bbfa9dcdfb95d4d598ea1b2c8a3e081ce57d2')
-
-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/extra-i686/PKGBUILD (from rev 239022, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:35:15 UTC (rev 239023)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.04.1
+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' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('3412ccc516e2f78ce0abd228f5f72b8e62fe587d')
+
+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: extra-i686/kig.install
===
--- extra-i686/kig.install  2015-05-12 07:34:45 UTC (rev 239022)
+++ extra-i686/kig.install  2015-05-12 07:35:15 UTC (rev 239023)
@@ -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/extra-i686/kig.install (from rev 239022, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ extra-i686/kig.install  2015-05-12 07:35:15 UTC (rev 239023)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-12 07:34:45 UTC (rev 239022)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:35:15 UTC (rev 239023)
@@ -1,42 

[arch-commits] Commit in kig/repos (8 files)

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:34:18
  Author: arojas
Revision: 235053

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 235052, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 235052, kig/kde-unstable/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 235052, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 235052, kig/kde-unstable/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   |   84 ++
 /kig.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   42 ---
 kde-unstable-i686/kig.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   42 ---
 kde-unstable-x86_64/kig.install |   12 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:33:50 UTC (rev 235052)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:34:18 UTC (rev 235053)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.03.95
-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' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('f052dd887d19efd0a198dbc19af94640527d62f2')
-
-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 235052, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:34:18 UTC (rev 235053)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.03.97
+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' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('b4d86d2607eaafafca2cf965a2cc987ef367f2a5')
+
+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   2015-03-27 08:33:50 UTC (rev 235052)
+++ kde-unstable-i686/kig.install   2015-03-27 08:34:18 UTC (rev 235053)
@@ -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 235052, 
kig/kde-unstable/kig.install)
===
--- kde-unstable-i686/kig.install   (rev 0)
+++ kde-unstable-i686/kig.install   2015-03-27 08:34:18 UTC (rev 235053)
@@ -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
+}


[arch-commits] Commit in kig/repos (8 files)

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 22:15:19
  Author: arojas
Revision: 234300

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

Added:
  kig/repos/kde-unstable-i686/PKGBUILD
(from rev 234299, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-i686/kig.install
(from rev 234299, kig/kde-unstable/kig.install)
  kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 234299, kig/kde-unstable/PKGBUILD)
  kig/repos/kde-unstable-x86_64/kig.install
(from rev 234299, kig/kde-unstable/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   |   84 ++
 /kig.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   42 ---
 kde-unstable-i686/kig.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   42 ---
 kde-unstable-x86_64/kig.install |   12 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 21:14:22 UTC (rev 234299)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:15:19 UTC (rev 234300)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kig
-pkgver=15.03.90
-pkgrel=1
-pkgdesc=Interactive Geometry
-url=http://kde.org/applications/education/kig/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('2ab44a242d8660e00cb3ff0011c2b063c62e77e5')
-
-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 234299, 
kig/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 21:15:19 UTC (rev 234300)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kig
+pkgver=15.03.95
+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' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('f052dd887d19efd0a198dbc19af94640527d62f2')
+
+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   2015-03-20 21:14:22 UTC (rev 234299)
+++ kde-unstable-i686/kig.install   2015-03-20 21:15:19 UTC (rev 234300)
@@ -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 234299, 
kig/kde-unstable/kig.install)
===
--- kde-unstable-i686/kig.install   (rev 0)
+++ kde-unstable-i686/kig.install   2015-03-20 21:15:19 UTC (rev 234300)
@@ -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: