[arch-commits] Commit in cinnamon-control-center/repos/community-x86_64 (2 files)
Eli Schwartz
eschwartz at archlinux.org
Mon Jun 22 17:33:11 UTC 2020
Date: Monday, June 22, 2020 @ 17:33:10
Author: eschwartz
Revision: 650696
archrelease: copy trunk to community-x86_64
Added:
cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 650695, cinnamon-control-center/trunk/PKGBUILD)
Deleted:
cinnamon-control-center/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-22 17:32:47 UTC (rev 650695)
+++ PKGBUILD 2020-06-22 17:33:10 UTC (rev 650696)
@@ -1,54 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Jan de Groot <jgc at archlinux.org>
-
-pkgname=cinnamon-control-center
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL')
-depends=('cinnamon-settings-daemon' 'cinnamon-menus' 'colord'
- 'libgnomekbd' 'libmm-glib' 'nm-connection-editor')
-optdepends=('cinnamon-translations: i18n'
- 'gnome-color-manager: for color management tasks'
- 'gnome-online-accounts: for the online accounts module')
-makedepends=('gnome-online-accounts' 'intltool' 'python')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('cfb1c7398cac2c071d4cca1317c98094c107ec2ebb1f46abda8fd9d956ba6f92')
-b2sums=('e1c321dd288cea4e51bffcf1f0ae58e2491e8a16b0d9203b8f1e581c2cd282f9671faaf923d0bcb141c5bcc5c639138bd4ea6c4de7ac5ffe7630213a26a4a368')
-
-prepare() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --enable-systemd
-
- #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 "${srcdir}"/${pkgname}-${pkgver}
-
- # https://github.com/linuxmint/Cinnamon/pull/7382#issuecomment-374894901
- # /usr/bin/cinnamon-control-center is not meant for users, it is a development troubleshooting tool.
- # Just install the shell libs/headers.
- make -C shell DESTDIR="${pkgdir}" install-{libcinnamon_control_center_includeHEADERS,libLTLIBRARIES,pkgconfigDATA}
- make -C panels DESTDIR="${pkgdir}" install
-
- install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-}
Copied: cinnamon-control-center/repos/community-x86_64/PKGBUILD (from rev 650695, cinnamon-control-center/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-06-22 17:33:10 UTC (rev 650696)
@@ -0,0 +1,54 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at cinnarch.com>
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Jan de Groot <jgc at archlinux.org>
+
+pkgname=cinnamon-control-center
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL')
+depends=('cinnamon-settings-daemon' 'cinnamon-menus' 'colord'
+ 'libgnomekbd' 'libmm-glib' 'nm-connection-editor')
+optdepends=('cinnamon-translations: i18n'
+ 'gnome-color-manager: for color management tasks'
+ 'gnome-online-accounts: for the online accounts module')
+makedepends=('gnome-online-accounts' 'intltool' 'python')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('0612b2c1c453be478d999eea84a9652329c110aa4735e0ec6872caaa6217a3cf')
+b2sums=('4acf221d609839b440685aeb1b04bec23ebd9aa6399e8772d7ba80596d578480f4e8525b052492ead1c1be147a3f814a188707710411f17c608e0ffe2ec695ea')
+
+prepare() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --enable-systemd
+
+ #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 "${srcdir}"/${pkgname}-${pkgver}
+
+ # https://github.com/linuxmint/Cinnamon/pull/7382#issuecomment-374894901
+ # /usr/bin/cinnamon-control-center is not meant for users, it is a development troubleshooting tool.
+ # Just install the shell libs/headers.
+ make -C shell DESTDIR="${pkgdir}" install-{libcinnamon_control_center_includeHEADERS,libLTLIBRARIES,pkgconfigDATA}
+ make -C panels DESTDIR="${pkgdir}" install
+
+ install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+}
More information about the arch-commits
mailing list