Date: Monday, April 22, 2013 @ 14:28:59
  Author: bgyorgy
Revision: 88799

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

Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--------------------------------------------------+
 community-i686/PKGBUILD                          |   68 ---------------------
 community-i686/cinnamon-control-center.install   |   11 ---
 community-x86_64/PKGBUILD                        |   68 ---------------------
 community-x86_64/cinnamon-control-center.install |   11 ---
 4 files changed, 158 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-04-22 12:28:48 UTC (rev 88798)
+++ community-i686/PKGBUILD     2013-04-22 12:28:59 UTC (rev 88799)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <[email protected]
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <[email protected]>
-# Jan de Groot <[email protected]>
-
-pkgname=cinnamon-control-center
-pkgver=1.7.3
-pkgrel=2
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-            'gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common')
-url="https://github.com/linuxmint/cinnamon-control-center";
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz";
-        "gnomerrlabeler.patch"
-        "idle-delay.patch")
-sha256sums=('44a4484238c2b9e9060d062028438df589fc29c9e3da45edad068198a990c8be'
-            '826de61fa60349a99c6895f2ffb0ea1c7f71031b17dd80bb245e3834b30b6ff6'
-            '9ca1a56b19413cc86dfce10558e1f696d63b93134afc76c0cb467944a9ea10f5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Build fix for GNOME 3.8
-  patch -Np1 -i "$srcdir/gnomerrlabeler.patch"
-
-  # Runtime fix for GNOME 3.8
-  patch -Np1 -i "$srcdir/idle-delay.patch"
-
-  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --enable-systemd \
-      --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      
func_append compile_command " -Wl,-O1,--as-needed"\n      func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  make -C panels/datetime DESTDIR="$pkgdir" uninstall
-  make -C panels/printers DESTDIR="$pkgdir" uninstall
-  make -C panels/sound DESTDIR="$pkgdir" uninstall
-  make -C panels/sound/data DESTDIR="$pkgdir" install
-  make -C shell DESTDIR="$pkgdir" uninstall
-  make -C shell DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  # Remove broken desktop files
-  rm -R "$pkgdir/usr/share/applications"
-  rm -R "$pkgdir/etc"
-
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Deleted: community-i686/cinnamon-control-center.install
===================================================================
--- community-i686/cinnamon-control-center.install      2013-04-22 12:28:48 UTC 
(rev 88798)
+++ community-i686/cinnamon-control-center.install      2013-04-22 12:28:59 UTC 
(rev 88799)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-04-22 12:28:48 UTC (rev 88798)
+++ community-x86_64/PKGBUILD   2013-04-22 12:28:59 UTC (rev 88799)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira <[email protected]
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <[email protected]>
-# Jan de Groot <[email protected]>
-
-pkgname=cinnamon-control-center
-pkgver=1.7.3
-pkgrel=2
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-            'gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common')
-url="https://github.com/linuxmint/cinnamon-control-center";
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz";
-        "gnomerrlabeler.patch"
-        "idle-delay.patch")
-sha256sums=('44a4484238c2b9e9060d062028438df589fc29c9e3da45edad068198a990c8be'
-            '826de61fa60349a99c6895f2ffb0ea1c7f71031b17dd80bb245e3834b30b6ff6'
-            '9ca1a56b19413cc86dfce10558e1f696d63b93134afc76c0cb467944a9ea10f5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Build fix for GNOME 3.8
-  patch -Np1 -i "$srcdir/gnomerrlabeler.patch"
-
-  # Runtime fix for GNOME 3.8
-  patch -Np1 -i "$srcdir/idle-delay.patch"
-
-  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --enable-systemd \
-      --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      
func_append compile_command " -Wl,-O1,--as-needed"\n      func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove unused stuff
-  make -C panels/datetime DESTDIR="$pkgdir" uninstall
-  make -C panels/printers DESTDIR="$pkgdir" uninstall
-  make -C panels/sound DESTDIR="$pkgdir" uninstall
-  make -C panels/sound/data DESTDIR="$pkgdir" install
-  make -C shell DESTDIR="$pkgdir" uninstall
-  make -C shell DESTDIR="$pkgdir" install-libLTLIBRARIES
-
-  # Remove broken desktop files
-  rm -R "$pkgdir/usr/share/applications"
-  rm -R "$pkgdir/etc"
-
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Deleted: community-x86_64/cinnamon-control-center.install
===================================================================
--- community-x86_64/cinnamon-control-center.install    2013-04-22 12:28:48 UTC 
(rev 88798)
+++ community-x86_64/cinnamon-control-center.install    2013-04-22 12:28:59 UTC 
(rev 88799)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install $1
-}
-
-post_remove() {
-    post_install $1
-}
\ No newline at end of file

Reply via email to