[arch-commits] Commit in kdelibs/repos/kde-unstable-x86_64 (9 files)

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 07:44:28
  Author: andrea
Revision: 173660

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

Added:
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173659, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 173659, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 173659, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 173659, kdelibs/kde-unstable/kdelibs.install)
Deleted:
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
  kdelibs/repos/kde-unstable-x86_64/udisks2-fixes.patch

-+
 PKGBUILD|  121 ++
 archlinux-menu.patch|   44 +-
 kde-applications-menu.patch |   44 +-
 kdelibs.install |   26 -
 udisks2-fixes.patch |  822 --
 5 files changed, 115 insertions(+), 942 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 173659:173660 to see the changes.


[arch-commits] Commit in kdelibs/repos/kde-unstable-x86_64 (2 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 09:39:51
  Author: andrea
Revision: 162075

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

Deleted:
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch

--+
 PKGBUILD |   62 -
 archlinux-menu.patch |   22 -
 2 files changed, 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-19 13:38:54 UTC (rev 162074)
+++ PKGBUILD2012-06-19 13:39:51 UTC (rev 162075)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.8.90
-pkgrel=2
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch')
-sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-
-   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
-   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
-   
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-}

Deleted: archlinux-menu.patch
===
--- archlinux-menu.patch2012-06-19 13:38:54 UTC (rev 162074)
+++ archlinux-menu.patch2012-06-19 13:39:51 UTC (rev 162075)
@@ -1,22 +0,0 @@
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
-+++ kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
-@@ -16,11 +16,19 @@
-   /DefaultLayout
-   Layout
-   Merge type=menus/
-+  MenunameArch Linux/Menuname
-   MenunameApplications/Menuname
-   Merge type=files/
-   /Layout
- 
-   Menu
-+  NameArch Linux/Name 
  
-+  DirectoryArchlinux.directory/Directory  
 
-+  Include   
 
-+  CategoryArchlinux/Category  
 
-+  /Include
-+  /Menu
-+  Menu
-   NameApplications/Name
-   Directorykde-unknown.directory/Directory
-   OnlyUnallocated/



[arch-commits] Commit in kdelibs/repos/kde-unstable-x86_64 (8 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 09:41:06
  Author: andrea
Revision: 162076

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

Added:
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162075, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 162075, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 162075, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 162075, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch
(from rev 162075, kdelibs/kde-unstable/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch

---+
 PKGBUILD  |   62 +
 archlinux-menu.patch  |   22 
 kde-applications-menu.patch   |   44 -
 kdelibs.install   |   26 ++---
 use-pythondontwritebytecode.patch |  160 ++--
 5 files changed, 199 insertions(+), 115 deletions(-)

Copied: kdelibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 162075, 
kdelibs/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-19 13:41:06 UTC (rev 162076)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.8.90
+pkgrel=3
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
+'media-player-info')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+'use-pythondontwritebytecode.patch')
+sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+
+   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
+   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
+   
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_HUpnp=OFF
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch (from rev 
162075, kdelibs/kde-unstable/archlinux-menu.patch)
===
--- archlinux-menu.patch(rev 0)
+++ archlinux-menu.patch2012-06-19 13:41:06 UTC (rev 162076)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
+@@ -16,11 +16,19 @@
+   /DefaultLayout
+   Layout
+   Merge type=menus/
++  MenunameArch Linux/Menuname
+   MenunameApplications/Menuname
+   Merge type=files/
+   /Layout
+ 
+   Menu
++  NameArch Linux/Name 
  
++  DirectoryArchlinux.directory/Directory  
 
++  Include

[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 15:53:36
  Author: andrea
Revision: 147455

db-remove: kdelibs removed by andrea

Deleted:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2011-07-27 Thread Andrea Scarpino
Date: Wednesday, July 27, 2011 @ 18:44:27
  Author: andrea
Revision: 133167

db-remove: kdelibs removed by andrea

Deleted:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 16:40:42
  Author: andrea
Revision: 131359

archrelease: remove kde-unstable-x86_64

Deleted:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 16:40:55
  Author: andrea
Revision: 131360

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

Added:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2011-06-25 Thread Andrea Scarpino
Date: Saturday, June 25, 2011 @ 12:19:40
  Author: andrea
Revision: 128955

db-move: kdelibs removed by andrea for move to [kde-unstable] (x86_64)

Deleted:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64 staging-x86_64)

2011-06-25 Thread Andrea Scarpino
Date: Saturday, June 25, 2011 @ 12:19:41
  Author: andrea
Revision: 128956

db-move: moved kdelibs from [staging] to [kde-unstable] (x86_64)

Added:
  kdelibs/repos/kde-unstable-x86_64/
Deleted:
  kdelibs/repos/staging-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2011-05-25 Thread Andrea Scarpino
Date: Wednesday, May 25, 2011 @ 12:19:19
  Author: andrea
Revision: 124996

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

Added:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2011-01-05 Thread Andrea Scarpino
Date: Wednesday, January 5, 2011 @ 16:35:27
  Author: andrea
Revision: 104989

archrelease: remove kde-unstable-x86_64

Deleted:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2011-01-05 Thread Andrea Scarpino
Date: Wednesday, January 5, 2011 @ 16:35:42
  Author: andrea
Revision: 104990

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

Added:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 06:28:48
  Author: andrea
Revision: 104040

archrelease: remove kde-unstable-x86_64

Deleted:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 06:29:04
  Author: andrea
Revision: 104041

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

Added:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2010-12-23 Thread Andrea Scarpino
Date: Thursday, December 23, 2010 @ 10:21:08
  Author: andrea
Revision: 103808

archrelease: remove kde-unstable-x86_64

Deleted:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2010-12-23 Thread Andrea Scarpino
Date: Thursday, December 23, 2010 @ 11:05:26
  Author: andrea
Revision: 103815

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

Added:
  kdelibs/repos/kde-unstable-x86_64/



[arch-commits] Commit in kdelibs/repos (kde-unstable-x86_64)

2010-12-14 Thread Andrea Scarpino
Date: Tuesday, December 14, 2010 @ 11:50:12
  Author: andrea
Revision: 103029

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

Added:
  kdelibs/repos/kde-unstable-x86_64/