Date: Tuesday, May 12, 2015 @ 15:48:16 Author: flexiondotorg Revision: 133324
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Deleted: mate-control-center-gtk3/repos/community-staging-i686/PKGBUILD mate-control-center-gtk3/repos/community-staging-i686/mate-control-center.install mate-control-center-gtk3/repos/community-staging-x86_64/PKGBUILD mate-control-center-gtk3/repos/community-staging-x86_64/mate-control-center.install ------------------------------------------------------+ community-staging-i686/PKGBUILD | 53 ----------------- community-staging-i686/mate-control-center.install | 14 ---- community-staging-x86_64/PKGBUILD | 53 ----------------- community-staging-x86_64/mate-control-center.install | 14 ---- 4 files changed, 134 deletions(-) Deleted: community-staging-i686/PKGBUILD =================================================================== --- community-staging-i686/PKGBUILD 2015-05-12 13:48:02 UTC (rev 133323) +++ community-staging-i686/PKGBUILD 2015-05-12 13:48:16 UTC (rev 133324) @@ -1,53 +0,0 @@ -# Maintainer : Martin Wimpress <[email protected]> - -_ver=1.10 -_pkgbase=mate-control-center -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc="The Control Center for MATE (GTK2 version)" -url="http://mate-desktop.org" -arch=('i686' 'x86_64') -license=('GPL') -depends=('caja>=1.10' 'dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' - 'gtk2' 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 'mate-settings-daemon>=1.10' - 'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' 'libunique' 'librsvg' 'libxss' - 'libxt' 'startup-notification') -makedepends=('docbook2x' 'mate-common' 'yelp-tools') -optdepends=('yelp: for reading MATE help documents') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz" - "0001_fix_keyboard_and_mouse_properties_windows.diff" - "0002_adjust_mate-about-me_dialog_window.diff") -sha1sums=('b720314054e8c417f32eeac8385b82d3849dace0' - 'd0fae2cd19ef20cb8eaae42ea7e0b9860dcf9ffe' - 'bf845bd8f0cda2fad6a3726b7cee40b31321e066') -install=${_pkgbase}.install - -prepare() { - # UI fixes. - # - https://github.com/mate-desktop/mate-control-center/pull/157 - cd "${srcdir}/${_pkgbase}-${pkgver}" - patch -Np1 -i "${srcdir}/0001_fix_keyboard_and_mouse_properties_windows.diff" - patch -Np1 -i "${srcdir}/0002_adjust_mate-about-me_dialog_window.diff" -} - -build() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --sbindir=/usr/bin \ - --localstatedir=/var \ - --with-gtk=2.0 \ - --disable-static \ - --disable-update-mimedb - make -} - -package() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - make DESTDIR="${pkgdir}" install - rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Deleted: community-staging-i686/mate-control-center.install =================================================================== --- community-staging-i686/mate-control-center.install 2015-05-12 13:48:02 UTC (rev 133323) +++ community-staging-i686/mate-control-center.install 2015-05-12 13:48:16 UTC (rev 133324) @@ -1,14 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas/ - update-mime-database /usr/share/mime/ > /dev/null - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Deleted: community-staging-x86_64/PKGBUILD =================================================================== --- community-staging-x86_64/PKGBUILD 2015-05-12 13:48:02 UTC (rev 133323) +++ community-staging-x86_64/PKGBUILD 2015-05-12 13:48:16 UTC (rev 133324) @@ -1,53 +0,0 @@ -# Maintainer : Martin Wimpress <[email protected]> - -_ver=1.10 -_pkgbase=mate-control-center -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc="The Control Center for MATE (GTK2 version)" -url="http://mate-desktop.org" -arch=('i686' 'x86_64') -license=('GPL') -depends=('caja>=1.10' 'dbus-glib' 'dconf' 'desktop-file-utils' 'gsettings-desktop-schemas' - 'gtk2' 'mate-desktop>=1.10' 'mate-icon-theme' 'mate-menus>=1.10' 'mate-settings-daemon>=1.10' - 'marco>=1.10' 'libgtop' 'libmatekbd>=1.10' 'libunique' 'librsvg' 'libxss' - 'libxt' 'startup-notification') -makedepends=('docbook2x' 'mate-common' 'yelp-tools') -optdepends=('yelp: for reading MATE help documents') -groups=('mate') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz" - "0001_fix_keyboard_and_mouse_properties_windows.diff" - "0002_adjust_mate-about-me_dialog_window.diff") -sha1sums=('b720314054e8c417f32eeac8385b82d3849dace0' - 'd0fae2cd19ef20cb8eaae42ea7e0b9860dcf9ffe' - 'bf845bd8f0cda2fad6a3726b7cee40b31321e066') -install=${_pkgbase}.install - -prepare() { - # UI fixes. - # - https://github.com/mate-desktop/mate-control-center/pull/157 - cd "${srcdir}/${_pkgbase}-${pkgver}" - patch -Np1 -i "${srcdir}/0001_fix_keyboard_and_mouse_properties_windows.diff" - patch -Np1 -i "${srcdir}/0002_adjust_mate-about-me_dialog_window.diff" -} - -build() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --sbindir=/usr/bin \ - --localstatedir=/var \ - --with-gtk=2.0 \ - --disable-static \ - --disable-update-mimedb - make -} - -package() { - cd "${srcdir}/${_pkgbase}-${pkgver}" - make DESTDIR="${pkgdir}" install - rm -f "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Deleted: community-staging-x86_64/mate-control-center.install =================================================================== --- community-staging-x86_64/mate-control-center.install 2015-05-12 13:48:02 UTC (rev 133323) +++ community-staging-x86_64/mate-control-center.install 2015-05-12 13:48:16 UTC (rev 133324) @@ -1,14 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas/ - update-mime-database /usr/share/mime/ > /dev/null - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
