New package: cinnamon-control-center-2.0.9.
This commit is contained in:
parent
917b066971
commit
ef577c5fbe
5 changed files with 5375 additions and 0 deletions
|
@ -1444,3 +1444,4 @@ libcjs.so.0 cjs-2.0.0_1
|
|||
libcjs-dbus.so.0 cjs-2.0.0_1
|
||||
libmuffin.so.0 muffin-2.0.5_1
|
||||
libcinnamon-desktop.so.4 cinnamon-desktop-2.0.4_1
|
||||
libcinnamon-control-center.so.1 cinnamon-control-center-2.0.9_1
|
||||
|
|
1
srcpkgs/cinnamon-control-center-devel
Symbolic link
1
srcpkgs/cinnamon-control-center-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
cinnamon-control-center
|
5313
srcpkgs/cinnamon-control-center/patches/region.patch
Normal file
5313
srcpkgs/cinnamon-control-center/patches/region.patch
Normal file
File diff suppressed because it is too large
Load diff
59
srcpkgs/cinnamon-control-center/template
Normal file
59
srcpkgs/cinnamon-control-center/template
Normal file
|
@ -0,0 +1,59 @@
|
|||
# Template file for 'cinnamon-control-center'
|
||||
pkgname=cinnamon-control-center
|
||||
version=2.0.9
|
||||
revision=1
|
||||
patch_args="-Np1"
|
||||
short_desc="The Cinnamon Control Center"
|
||||
build_style=gnu-configure
|
||||
configure_args=" --disable-static --disable-update-mimedb --enable-systemd"
|
||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||
gettext-devel intltool which xmlto docbook-xsl"
|
||||
makedepends="dbus-glib-devel gnome-menus-devel libgnomekbd-devel cinnamon-desktop-devel
|
||||
cinnamon-settings-daemon-devel systemd-devel network-manager-applet-devel libSM-devel
|
||||
libnotify-devel upower-devel polkit-devel colord-devel ibus-devel pulseaudio-devel
|
||||
libcanberra-devel cups-devel cheese-devel libXxf86misc-devel
|
||||
desktop-file-utils hicolor-icon-theme"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Remove unused stuff
|
||||
make -C panels/sound DESTDIR="$DESTDIR" uninstall
|
||||
make -C panels/sound/data DESTDIR="$DESTDIR" install
|
||||
make -C shell DESTDIR="$DESTDIR" uninstall-binPROGRAMS uninstall-directoryDATA uninstall-uiDATA
|
||||
rm -R "$DESTDIR/usr/share/applications"
|
||||
rm -R "$DESTDIR/etc"
|
||||
}
|
||||
|
||||
libcinnamon-control-center_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
cinnamon-control-center-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libglib-devel gtk+3-devel lib${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
cinnamon-control-center_package() {
|
||||
depends="cinnamon-settings-daemon cinnamon-translations desktop-file-utils hicolor-icon-theme"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
1
srcpkgs/libcinnamon-control-center
Symbolic link
1
srcpkgs/libcinnamon-control-center
Symbolic link
|
@ -0,0 +1 @@
|
|||
cinnamon-control-center
|
Loading…
Reference in a new issue