Merge remote-tracking branch 'x/master'
* x/master: (27 commits) gdm: readd missing SONAME. gdm: enable pam_systemd.so support. gnome-online-accounts: add missing SONAMEs, increase api_depends. gnome-icon-theme: update to 3.4.0. libpeas: update to 1.4.0. librsvg: add missing SONAMEs, increase api_depends. gnome-screensaver: reenable systemd support, it works now. libgnomekbd: add missing SONAMEs, increase api_depends. gnome-menus: bump api_depends. gnome-desktop: add missing SONAMEs, increase api_depends. libldap: update to 2.4.30. dhcpcd: update to 5.5.6. gnome-media: update icon caches. gnome: added gnome-media. gnome-media: update to 3.4.0. accountsservice: update to 0.6.17. adobe-flash-plugin: update to 11.2.202.228. expat: update to 2.1.0. gtkmm: update to 3.3.20. glibmm: update to 2.31.22. ...
This commit is contained in:
commit
eeebf2058e
56 changed files with 182 additions and 132 deletions
|
@ -5,13 +5,12 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run accountsservice
|
||||
Add_dependency run accountsservice ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/gir* ${DESTDIR}/usr/share
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
}
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libpolkit-gobject-1.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
librt.so.1
|
||||
libcrypt.so.1
|
||||
libsystemd-login.so.0
|
||||
libsystemd-daemon.so.0
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.15
|
||||
revision=5
|
||||
version=0.6.17
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
configure_args="--disable-static --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||
license="GPL-3"
|
||||
checksum=9feb3d58c5c739f2df4b5410404b29f16e3f4aa6739b685ceb12903f4d5ea867
|
||||
checksum=2f230e421f0d793e4b3e37874399010251ba63362e2723f42c1689560f29f7f3
|
||||
long_desc="
|
||||
The accountsservice project provides a set of D-Bus interfaces for
|
||||
querying and manipulating user account information and an implementation
|
||||
|
@ -21,8 +20,8 @@ subpackages="$pkgname-devel"
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build polkit-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency run ConsoleKit-x11 # uses ConsoleKit dbus stuff.
|
||||
|
||||
|
|
|
@ -28,3 +28,6 @@ libm.so.6
|
|||
libc.so.6
|
||||
ld-linux-x86-64.so.2
|
||||
ld-linux.so.2
|
||||
libgthread-2.0.so.0
|
||||
libXcursor.so.1
|
||||
libXrender.so.1
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'adobe-flash-plugin'
|
||||
pkgname=adobe-flash-plugin
|
||||
version=11.1.102.63
|
||||
version=11.2.202.228
|
||||
# The EULA file
|
||||
_eula="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf"
|
||||
_eulacksum=3cb0a5f4576be735abcff7189ed18eda17c70b762c3a78a3379b6f44395fbc10
|
||||
_url=http://fpdownload.macromedia.com/get/flashplayer/pdc/${version}
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
_disttarball="${_url}/install_flash_player_11_linux.x86_64.tar.gz"
|
||||
_distcksum=8e78ecf8262f318d26934a6a731cefa97b9cbd40e2312c1ab2e5b8634e600190
|
||||
_distcksum=92c9758d347d05c284dcafccbc8370d8ba9a52f039ce1dbe558be66560476681
|
||||
else
|
||||
_disttarball="${_url}/install_flash_player_11_linux.i386.tar.gz"
|
||||
_distcksum=dff9d475b3e8900e5c9a5d1d69ba766d0cdf9471217ef35c931ccefdf7b68246
|
||||
_distcksum=20a806eaf508aa8bf22d9803e94b9f942a548da87cd0a59712c7bcd1df0d44e6
|
||||
fi
|
||||
distfiles="${_eula} ${_disttarball}"
|
||||
checksum="${_eulacksum} ${_distcksum}"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=5.5.4
|
||||
revision=1
|
||||
version=5.5.6
|
||||
homepage="http://roy.marples.name/projects/dhcpcd"
|
||||
distfiles="http://roy.marples.name/downloads/dhcpcd/dhcpcd-$version.tar.bz2"
|
||||
build_style=configure
|
||||
|
@ -9,7 +8,7 @@ configure_args="--prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --rundir=/
|
|||
short_desc="RFC2131 compliant DHCP client"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Simplified BSD"
|
||||
checksum=a6827dc8319b979d8ba865ef84b9c0cdc453b133ae60783a4d622ea313aa17fe
|
||||
checksum=657f10dc7de48cba9f7170b593bf0e11987d06bd12378e3f4cd01b9e99b1e8e7
|
||||
long_desc="
|
||||
dhcpcd is a RFC 2131 compliant DHCP client. It's also a RFC 3927 compliant
|
||||
IPv4LL (aka ZeroConf) client.
|
||||
|
|
|
@ -5,18 +5,12 @@ libgtk-3.so.0
|
|||
libsoup-2.4.so.1
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libjavascriptcoregtk-3.0.so.0
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'epiphany-extensions'
|
||||
pkgname=epiphany-extensions
|
||||
version=3.2.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
version=3.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--disable-debug"
|
||||
revision=2
|
||||
short_desc="Extensions for Epiphany - The GNOME web browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/epiphany/"
|
||||
license="GPL-2"
|
||||
checksum=0707c9109bc6070f5f4e6ef3a9653e18ad5200eb57f396852b4c13cbac69baae
|
||||
checksum=eaf1b466e316f4d6ed35437f8fdd4723a61ae57dd2744751e99109fd581f8fa5
|
||||
long_desc="
|
||||
Epiphany is a simple yet powerful GNOME web browser targeted at non-technical
|
||||
users. Its principles are simplicity and standards compliance. Simplicity is
|
||||
|
@ -23,13 +22,14 @@ long_desc="
|
|||
|
||||
This package contains some extensions for use with Epiphany."
|
||||
|
||||
shlib_depends="webkit-gtk3>=1.6.3"
|
||||
shlib_depends="webkit-gtk3>=1.8.0"
|
||||
|
||||
Add_dependency run epiphany
|
||||
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
Add_dependency build webkit-gtk3-devel
|
||||
Add_dependency build epiphany-devel
|
||||
Add_dependency build epiphany-devel ">=${version}"
|
||||
Add_dependency build opensp-devel
|
||||
|
|
|
@ -15,10 +15,11 @@ Add_dependency run libseed-devel
|
|||
Add_dependency run libnotify-devel
|
||||
Add_dependency run avahi-libs-devel
|
||||
Add_dependency run avahi-glib-libs-devel
|
||||
Add_dependency run epiphany
|
||||
Add_dependency run epiphany ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/aclocal usr/share
|
||||
|
|
|
@ -28,4 +28,4 @@ libgdk_pixbuf-2.0.so.0
|
|||
libseed-gtk3.so.0
|
||||
libgirepository-1.0.so.1
|
||||
libgmodule-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libsqlite3.so.0
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'epiphany'
|
||||
pkgname=epiphany
|
||||
version=3.2.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||
version=3.4.0.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
--enable-network-manager --enable-seed
|
||||
--with-ca-file=/etc/ssl/certs/ca-certificates.crt --disable-tests"
|
||||
--disable-tests --enable-seed"
|
||||
short_desc="Intuitive GNOME web browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/epiphany/"
|
||||
license="GPL-2"
|
||||
checksum=5ade10d9becce1ca43c30d755fda477c5595a1c0514047f07f7d4b817a2154fe
|
||||
checksum=48acfa6efc806cc6b02f783dd92b36ba3bdf94d1e1ae02bed69886f45e400533
|
||||
long_desc="
|
||||
Epiphany is a simple yet powerful GNOME web browser targeted at non-technical
|
||||
users. Its principles are simplicity and standards compliance. Simplicity is
|
||||
|
@ -21,13 +20,11 @@ long_desc="
|
|||
by closely following the GNOME Human Interface Guidelines (HIG) and by close
|
||||
integration with the GNOME desktop."
|
||||
|
||||
shlib_depends="webkit-gtk3>=1.8.0"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run ca-certificates
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
|
@ -35,7 +32,7 @@ Add_dependency build gobject-introspection
|
|||
Add_dependency build nss-devel
|
||||
Add_dependency build libgnome-keyring-devel
|
||||
Add_dependency build libsoup-gnome-devel
|
||||
Add_dependency build webkit-gtk3-devel
|
||||
Add_dependency build webkit-gtk3-devel ">=1.8.0"
|
||||
Add_dependency build startup-notification-devel
|
||||
Add_dependency build NetworkManager-devel
|
||||
Add_dependency build libseed-devel
|
||||
|
@ -43,5 +40,9 @@ Add_dependency build libnotify-devel
|
|||
Add_dependency build avahi-libs-devel
|
||||
Add_dependency build avahi-glib-libs-devel
|
||||
|
||||
Add_dependency run ca-certificates
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
||||
Add_dependency full iso-codes
|
||||
Add_dependency full gsettings-desktop-schemas
|
||||
|
|
|
@ -1,18 +1,13 @@
|
|||
# Template file for 'expat-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
Add_dependency run expat ">=${version}"
|
||||
|
||||
Add_dependency run expat
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'expat'
|
||||
pkgname=expat
|
||||
version=2.0.1
|
||||
revision=2
|
||||
version=2.1.0
|
||||
homepage="http://expat.sourceforge.net/"
|
||||
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="XML parser library written in C"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93
|
||||
license="MIT"
|
||||
checksum=823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
|
||||
long_desc="
|
||||
This is James Clark's expat XML parser library in C. It is a stream
|
||||
oriented parser that requires setting handlers to deal with the
|
||||
|
|
|
@ -13,5 +13,7 @@ password required pam_deny.so
|
|||
|
||||
session required pam_loginuid.so
|
||||
session optional pam_keyinit.so revoke
|
||||
session optional pam_gnome_keyring.so
|
||||
session optional pam_systemd.so
|
||||
session required pam_unix.so
|
||||
session required pam_limits.so
|
||||
|
|
|
@ -13,5 +13,7 @@ password required pam_deny.so
|
|||
|
||||
session required pam_loginuid.so
|
||||
session optional pam_keyinit.so revoke
|
||||
session optional pam_gnome_keyring.so
|
||||
session optional pam_systemd.so
|
||||
session required pam_unix.so
|
||||
session required pam_limits.so
|
||||
|
|
|
@ -17,3 +17,4 @@ session optional pam_keyinit.so revoke
|
|||
session required pam_unix.so
|
||||
session required pam_limits.so
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
session optional pam_systemd.so
|
||||
|
|
|
@ -13,5 +13,7 @@ password required pam_pkcs11.so
|
|||
|
||||
session required pam_loginuid.so
|
||||
session optional pam_keyinit.so revoke
|
||||
session optional pam_gnome_keyring.so
|
||||
session optional pam_systemd.so
|
||||
session required pam_unix.so
|
||||
session required pam_limits.so
|
||||
|
|
|
@ -8,5 +8,6 @@ account required pam_unix.so
|
|||
password required pam_deny.so
|
||||
|
||||
session required pam_loginuid.so
|
||||
-session optional pam_systemd.so
|
||||
session optional pam_gnome_keyring.so
|
||||
session optional pam_systemd.so
|
||||
session optional pam_keyinit.so force revoke
|
||||
|
|
|
@ -6,5 +6,6 @@ auth optional pam_gnome_keyring.so
|
|||
account required pam_unix.so
|
||||
session required pam_unix.so
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
session optional pam_systemd.so
|
||||
session required pam_limits.so
|
||||
password required pam_unix.so
|
||||
|
|
|
@ -29,3 +29,4 @@ librt.so.1
|
|||
libfontconfig.so.1
|
||||
libcanberra-gtk3.so.0
|
||||
libcanberra.so.0
|
||||
libgmodule-2.0.so.0
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'gdm'
|
||||
pkgname=gdm
|
||||
version=3.4.0.1
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper
|
||||
|
|
|
@ -8,13 +8,14 @@ long_desc="${long_desc}
|
|||
Add_dependency run pkg-config
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run libsigc++-devel
|
||||
Add_dependency run glibmm
|
||||
Add_dependency run glibmm ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
noarch=yes
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/{giomm-2.4,glibmm-2.4,pkgconfig} \
|
||||
${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
vmove usr/lib/giomm-2.4 usr/lib
|
||||
vmove usr/lib/glibmm-2.4 usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'glibmm'
|
||||
pkgname=glibmm
|
||||
version=2.31.20
|
||||
version=2.31.22
|
||||
distfiles="${GNOME_SITE}/glibmm/2.31/glibmm-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="C++ bindings for GLib"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gtkmm.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
checksum=09c5d915eee485fecdbc13405ca34be5c5d55e9a3923dd0acfe6982804daa34d
|
||||
checksum=9941c75c8a6c89d25db5d612ac96da4ebbac0f0bbde6958fd8ea21d1e864bf4e
|
||||
long_desc="
|
||||
glibmm (previously known as GLib--) is the official C++ interface for the
|
||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'gnome-contacts'
|
||||
pkgname=gnome-contacts
|
||||
version=3.3.92
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
version=3.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="GNOME contacts manager"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=5cd65ecc9da097453987a8aeff63e0619f53a1c7e436ab9a67e4ef590fbfbe90
|
||||
checksum=06d4d8fc22d72f67296ed98d35e3ee40f26d8344bcbd14affff4a720047ccd97
|
||||
long_desc="
|
||||
This packages the contacts manager for the GNOME desktop."
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=2.91.90"
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=3.4.0"
|
||||
|
|
|
@ -15,3 +15,5 @@ libglib-2.0.so.0
|
|||
libXrandr.so.2
|
||||
libXext.so.6
|
||||
libc.so.6
|
||||
libgmodule-2.0.so.0
|
||||
libpthread.so.0
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'gnome-desktop'
|
||||
pkgname=gnome-desktop
|
||||
version=3.4.0
|
||||
revision=1
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template build file for 'gnome-icon-theme'.
|
||||
pkgname=gnome-icon-theme
|
||||
version=3.3.91
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
version=3.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-icon-mapping"
|
||||
short_desc="Theme consisting of a set of icons for GNOME"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3c9956f296b614aa137e03d0dcb6d84ca727297b81eb73c5f9a5d3f91aba4fdc
|
||||
checksum=0963524f488f48e8b982ca80c1b5207c4e0946ccb95c131b853c9ff448f8e159
|
||||
long_desc="
|
||||
This package contains a set of icons forming the default icon theme
|
||||
for GNOME."
|
||||
|
|
|
@ -1,19 +1,23 @@
|
|||
# Template file for 'gnome-media'
|
||||
pkgname=gnome-media
|
||||
version=2.91.2
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.91/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
version=3.4.0
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-install
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
||||
short_desc="GNOME Media Tools"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=4aadc834d04c3d6f573fad667a69c6dc9668240e759cbd8cfb14d053d8e4da5f
|
||||
checksum=a76fac286f24d3836137ddbaab66f05e19eb5fb83cca6e375dbef040765a1d1f
|
||||
long_desc="
|
||||
The GNOME Media package contains GNOME's media applications."
|
||||
|
||||
Add_dependency run desktop-file-utils
|
||||
gconf_schemas="gnome-sound-recorder.schemas"
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
|
@ -21,3 +25,12 @@ Add_dependency build GConf-devel
|
|||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build libgnome-media-profiles-devel
|
||||
Add_dependency build gst-plugins-base-devel
|
||||
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
||||
--domain gnome-media ${wrksrc}/*.schemas
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=2.91.6"
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=3.4.0"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=3.2.0"
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=3.4.0"
|
||||
|
|
|
@ -20,3 +20,5 @@ libsoup-gnome-2.4.so.1
|
|||
libsoup-2.4.so.1
|
||||
libnotify.so.4
|
||||
libjavascriptcoregtk-3.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'gnome-online-accounts'
|
||||
pkgname=gnome-online-accounts
|
||||
version=3.4.0
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-google --enable-twitter
|
||||
|
|
|
@ -17,3 +17,5 @@ libpam.so.0
|
|||
libgnomekbdui.so.7
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libxklavier.so.16
|
||||
libsystemd-login.so.0
|
||||
libsystemd-daemon.so.0
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'gnome-screensaver'
|
||||
pkgname=gnome-screensaver
|
||||
version=3.4.0
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-mit-ext --disable-maintainer-mode --without-systemd
|
||||
--with-console-kit"
|
||||
configure_args="--with-mit-ext --disable-maintainer-mode --with-systemd
|
||||
--without-console-kit"
|
||||
short_desc="GNOME screen saver and locker"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/GnomeScreensaver"
|
||||
|
@ -32,6 +33,7 @@ Add_dependency build libXScrnSaver-devel
|
|||
Add_dependency build libXxf86misc-devel
|
||||
Add_dependency build libgnomekbd-devel
|
||||
Add_dependency build gnome-desktop-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency full gsettings-desktop-schemas
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnome'
|
||||
pkgname=gnome
|
||||
version=3.3.92
|
||||
revision=5
|
||||
version=3.4.0
|
||||
revision=1
|
||||
build_style=meta-template
|
||||
short_desc="GNOME meta-package"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -28,7 +28,7 @@ Add_dependency run metacity ">=2.34.3"
|
|||
Add_dependency run nautilus ">=${version}"
|
||||
Add_dependency run notification-daemon ">=0.7.4"
|
||||
Add_dependency run yelp ">=${version}"
|
||||
#Add_dependency run epiphany ">=${version}"
|
||||
Add_dependency run epiphany ">=${version}"
|
||||
Add_dependency run at-spi2-atk ">=2.4.0"
|
||||
|
||||
Add_dependency run baobab ">=${version}"
|
||||
|
@ -45,6 +45,7 @@ Add_dependency run gnome-system-monitor ">=${version}"
|
|||
Add_dependency run gnome-bluetooth ">=${version}"
|
||||
Add_dependency run gnome-color-manager ">=${version}"
|
||||
Add_dependency run gnome-keyring ">=${version}"
|
||||
Add_dependency run gnome-media ">=${version}"
|
||||
Add_dependency run eog ">=${version}"
|
||||
Add_dependency run gedit ">=${version}"
|
||||
Add_dependency run gdm ">=${version}"
|
||||
|
@ -69,7 +70,7 @@ Add_dependency run evolution ">=${version}"
|
|||
Add_dependency run rygel ">=0.14.0"
|
||||
Add_dependency run tracker ">=0.14.0"
|
||||
Add_dependency run eog-plugins ">=${version}"
|
||||
#Add_dependency run epiphany-extensions ">=3.2.0"
|
||||
Add_dependency run epiphany-extensions ">=${version}"
|
||||
|
||||
Add_dependency run xdg-user-dirs
|
||||
Add_dependency run xdg-utils
|
||||
|
|
|
@ -9,11 +9,13 @@ Add_dependency run gtk+3-devel
|
|||
Add_dependency run atkmm-devel
|
||||
Add_dependency run pangomm-devel
|
||||
Add_dependency run cairomm-devel
|
||||
Add_dependency run gtkmm
|
||||
Add_dependency run gtkmm ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/{g[dt]k*,pkgconfig} ${DESTDIR}/usr/lib
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/share usr
|
||||
vmove "usr/lib/g[dt]k*" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'gtkmm'.
|
||||
pkgname=gtkmm
|
||||
version=3.3.18
|
||||
version=3.3.20
|
||||
distfiles="${GNOME_SITE}/gtkmm/3.3/gtkmm-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gtkmm.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
checksum=495330e2d697b04be161247003d5eb3dd45a5988dd631e789b631c5a05fb00bf
|
||||
checksum=ae131bc37c158d136f61f8d01377c0ee348e3e832a22272ffa7efc530197b6b4
|
||||
long_desc="
|
||||
gtkmm (previously known as Gtk--) is the official C++ interface for the
|
||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||
|
@ -23,7 +23,7 @@ subpackages="gtkmm-devel"
|
|||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build gtk+3-devel
|
||||
Add_dependency build glibmm-devel ">=2.30.0"
|
||||
Add_dependency build glibmm-devel ">=2.31.20"
|
||||
Add_dependency build atkmm-devel
|
||||
Add_dependency build pangomm-devel
|
||||
Add_dependency build cairomm-devel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=2.91.90"
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=3.4.0"
|
||||
|
|
|
@ -14,3 +14,5 @@ libc.so.6
|
|||
libgtk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libm.so.6
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'libgnomekbd'
|
||||
pkgname=libgnomekbd
|
||||
version=3.4.0.2
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
|
|
@ -7,12 +7,10 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run openssl-devel
|
||||
Add_dependency run libsasl-devel
|
||||
Add_dependency run libldap
|
||||
Add_dependency run libldap ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/share/man
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
}
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'libldap'
|
||||
pkgname=libldap
|
||||
version=2.4.24
|
||||
version=2.4.30
|
||||
wrksrc="openldap-${version}"
|
||||
homepage="http://www.openldap.org"
|
||||
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-dynamic --enable-proctitle
|
||||
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads --with-tls
|
||||
configure_args="--enable-dynamic --enable-proctitle --with-tls
|
||||
--enable-ipv6 --enable-local --with-cyrus-sasl --with-threads
|
||||
--enable-syslog --disable-slapd"
|
||||
revision=1
|
||||
short_desc="OpenLDAP libraries"
|
||||
license="OpenLDAP License v2.8 -- BSD alike"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fdcecb64082a0d8e124f13b31fccf4765901e29decaf4224b28d4cff90a14614
|
||||
checksum=fc013e528616f8578d9f221409c48af9b8937a62005e0bec88f6f1c4c8ff3d81
|
||||
long_desc="
|
||||
These are the run-time libraries for the OpenLDAP (Lightweight Directory
|
||||
Access Protocol) servers and clients."
|
||||
|
@ -23,8 +24,7 @@ Add_dependency build libsasl-devel
|
|||
Add_dependency build openssl-devel
|
||||
Add_dependency build groff
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
# Remove unused stuff.
|
||||
rm -rf ${DESTDIR}/usr/bin
|
||||
rm -rf ${DESTDIR}/usr/share/man/man[18]
|
||||
|
@ -32,4 +32,6 @@ post_install()
|
|||
mv ${DESTDIR}/usr/share/man/man5/ldap.conf.5 ${DESTDIR}/usr/share/man
|
||||
rm -f ${DESTDIR}/usr/share/man/man5/*
|
||||
mv ${DESTDIR}/usr/share/man/ldap.conf.5 ${DESTDIR}/usr/share/man/man5
|
||||
# License
|
||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=1.0.0"
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=1.4.0"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libpeas'
|
||||
pkgname=libpeas
|
||||
version=1.3.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.3/$pkgname-$version.tar.xz"
|
||||
version=1.4.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-vala"
|
||||
short_desc="Gobject-based plugins engine"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=aefff05cdd39d7a88986af54f2980034857482605e777ce5345ba3b5653fe79d
|
||||
checksum=d508df249d5aefad0e5a720095e0103355ab13856dae6a10e6e5b8235d5eecf6
|
||||
long_desc="
|
||||
libpeas is a gobject-based plugins engine, and is targetted at giving every
|
||||
application the chance to assume its own extensibility. It is currently used by
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=2.26.0"
|
||||
api_depends=">=2.34.2_2"
|
||||
api_depends=">=2.36.0"
|
||||
|
|
|
@ -19,3 +19,5 @@ libcroco-0.6.so.3
|
|||
libxml2.so.2
|
||||
libm.so.6
|
||||
libatk-1.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'librsvg'.
|
||||
pkgname=librsvg
|
||||
version=2.36.0
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-introspection"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=3.5.6"
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=3.6.3_1"
|
||||
|
|
|
@ -7,6 +7,7 @@ long_desc="
|
|||
This package provides development files: headers, static libraries, etc."
|
||||
|
||||
noarch=yes
|
||||
revision=1
|
||||
Add_dependency run libsmbclient ">=${version}"
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'webkit-gtk3'
|
||||
pkgname=webkit-gtk3
|
||||
version=1.6.3
|
||||
version=1.8.0
|
||||
wrksrc=webkit-${version}
|
||||
homepage="http://webkitgtk.org/"
|
||||
license="LGPL-2.1, Simplified BSD (2 clause)"
|
||||
distfiles="${homepage}/webkit-${version}.tar.xz"
|
||||
distfiles="${homepage}/releases/webkit-${version}.tar.xz"
|
||||
short_desc="GTK+3 port of the WebKit browser engine"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=12d0dbce6a895c7a8491a028e34a1dc55ae13ab76ac6202b2e489da9468077c3
|
||||
checksum=8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc
|
||||
long_desc="
|
||||
WebKit is an open source web browser engine. WebKit is also the name of
|
||||
the Mac OS X system framework version of the engine that's used by
|
||||
|
@ -17,6 +17,7 @@ long_desc="
|
|||
|
||||
This is the GTK3+ port of the engine."
|
||||
|
||||
disable_parallel_build=yes
|
||||
subpackages="webkit-gtk webkit-gtk-devel $pkgname-devel"
|
||||
|
||||
Add_dependency build perl ">=0"
|
||||
|
@ -34,12 +35,14 @@ Add_dependency build libsoup-devel
|
|||
Add_dependency build libxslt-devel
|
||||
Add_dependency build icu-devel
|
||||
Add_dependency build enchant-devel
|
||||
Add_dependency build geoclue-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
||||
do_configure() {
|
||||
local args="--enable-video --enable-jit \
|
||||
--with-font-backend=freetype --enable-introspection \
|
||||
--with-unicode-backend=icu --disable-schemas-compile \
|
||||
--with-accelerated-compositing=opengl \
|
||||
${CONFIGURE_SHARED_ARGS}"
|
||||
|
||||
for ver in 2 3; do
|
||||
|
@ -54,7 +57,7 @@ do_build() {
|
|||
for ver in 2 3; do
|
||||
msg_normal "Building GTK+${ver} version...\n"
|
||||
cd ${wrksrc}/build-gtk${ver}
|
||||
make ${makejobs}
|
||||
make ${makejobs} || return 1
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
@ -28,14 +28,14 @@ Add_dependency run icu-devel
|
|||
Add_dependency run libXt-devel
|
||||
Add_dependency run libX11-devel
|
||||
Add_dependency run libXrender-devel
|
||||
Add_dependency run webkit-gtk
|
||||
Add_dependency run webkit-gtk ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmkdir usr/lib/pkgconfig
|
||||
vmkdir usr/share/gir-1.0
|
||||
|
||||
vmove usr/include/webkit-1.0 usr/include
|
||||
vmove usr/include/webkitgtk-1.0 usr/include
|
||||
vmove "usr/lib/pkgconfig/*-1.0.pc" usr/lib/pkgconfig
|
||||
vmove "usr/share/gir-1.0/*-1.0.gir" usr/share/gir-1.0
|
||||
}
|
||||
|
|
|
@ -40,3 +40,10 @@ libstdc++.so.6
|
|||
libm.so.6
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
||||
libgeoclue.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libgstaudio-0.10.so.0
|
||||
libgstfft-0.10.so.0
|
||||
libGL.so.1
|
||||
libdl.so.2
|
||||
|
|
|
@ -22,6 +22,4 @@ do_install() {
|
|||
usr/share/locale/$(basename $f)/LC_MESSAGES
|
||||
done
|
||||
vmove usr/share/webkitgtk-1.0 usr/share
|
||||
vmove usr/share/glib-2.0/schemas/org.webkitgtk-1.0.gschema.xml \
|
||||
usr/share/glib-2.0/schemas
|
||||
}
|
||||
|
|
|
@ -29,10 +29,9 @@ Add_dependency run libX11-devel
|
|||
Add_dependency run libSM-devel
|
||||
Add_dependency run libICE-devel
|
||||
Add_dependency run libXrender-devel
|
||||
Add_dependency run webkit-gtk3
|
||||
Add_dependency run webkit-gtk3 ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/share/gir*" usr/share
|
||||
|
|
|
@ -41,3 +41,10 @@ libXrender.so.1
|
|||
libXt.so.6
|
||||
libX11.so.6
|
||||
libz.so.1
|
||||
libgeoclue.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libgstaudio-0.10.so.0
|
||||
libgstfft-0.10.so.0
|
||||
libGL.so.1
|
||||
libdl.so.2
|
||||
|
|
Loading…
Reference in a new issue