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
===================================================================
--- PKGBUILD    2012-06-19 13:38:54 UTC (rev 162074)
+++ PKGBUILD    2012-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.patch        2012-06-19 13:38:54 UTC (rev 162074)
+++ archlinux-menu.patch        2012-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.000000000 
+0000
-+++ kdelibs-4.3.98/kded/applications.menu      2010-01-31 22:25:53.556043077 
+0000
-@@ -16,11 +16,19 @@
-       </DefaultLayout>
-       <Layout>
-               <Merge type="menus"/>
-+              <Menuname>Arch Linux</Menuname>
-               <Menuname>Applications</Menuname>
-               <Merge type="files"/>
-       </Layout>
- 
-       <Menu>
-+              <Name>Arch Linux</Name>                                         
                                                          
-+              <Directory>Archlinux.directory</Directory>                      
                                                         
-+              <Include>                                                       
                                                         
-+                      <Category>Archlinux</Category>                          
                                                                 
-+              </Include>
-+      </Menu>
-+      <Menu>
-               <Name>Applications</Name>
-               <Directory>kde-unknown.directory</Directory>
-               <OnlyUnallocated/>

Reply via email to