diff options
137 files changed, 4054 insertions, 638 deletions
diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest index ae890ce55822..b95a0bd8bd08 100644 --- a/app-arch/engrampa/Manifest +++ b/app-arch/engrampa/Manifest @@ -1,2 +1,3 @@ +DIST engrampa-1.10.2.tar.xz 1378888 SHA256 964bf6fd8463b378e3bdd7713e86eca9dd65f1a6d99e10bb59cb2185084f986b SHA512 86772801d80584c4020fce63cde11478a914372598f3c41774f4248817a05e37eb72842cd2f88be81c22969452f33806738d94a872ffe4ca8743fe8a9c115e1d WHIRLPOOL db2824550840296b636ea48ac987e004184d9cc41c669f0f2c30b67da8ebd6e991d5e27a55a5691c004cce4df26fb101318420d67f20015af55b6f5521525891 DIST engrampa-1.8.0.tar.xz 1357360 SHA256 d802acee43e24b8513e661a91dd7943ebdc55270ed0ceee0a8e29f981f0f6230 SHA512 3be9ba254cefe82e16eb533d5738dacb29e770e30b7a8cc1e62af0476b9b28d90bb86937f559d40eda79116172035c730d8f50053936857587c198461a401eea WHIRLPOOL c625de1156e582f58beed4b04087528e08f1d93de804b022bfc69ed04b12e3c53df92a51534693434d7b3237890d7ee8334a5cd830040b0374aa5f70710ab921 DIST engrampa-1.8.1.tar.xz 1367088 SHA256 f8c541de364352005b2f4a100140197a2190269d3dbffe032e284a98478f1be7 SHA512 0733ef93d34356d6c9cdda7ac91c97ef10fe47df0962375e0270b25873c2271ade4ee9b82f7d6c4c3fd1de5dbe51e9ca1b30acf208b3a7f80a19a4899299b00b WHIRLPOOL 63fde3e27240b175dff12d7a3e15123413033faa7f49a0dcb6fa75eb8b51ab63246879ebacd4295f95b8f9964b48fcba85264378ea3659e5864b43e591133318 diff --git a/app-arch/engrampa/engrampa-1.10.2.ebuild b/app-arch/engrampa/engrampa-1.10.2.ebuild new file mode 100644 index 000000000000..a3cd990f7533 --- /dev/null +++ b/app-arch/engrampa/engrampa-1.10.2.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Engrampa archive manager for MATE" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="caja magic" + +RDEPEND=">=x11-libs/gtk+-2.24.0:2 + >=dev-libs/glib-2.32.0:2 + >=dev-libs/json-glib-0.14:0 + x11-libs/gdk-pixbuf:2 + x11-libs/pango:0 + virtual/libintl:0 + caja? ( >=mate-base/caja-1.10:0 ) + magic? ( sys-apps/file ) + !!app-arch/mate-file-archiver" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35:* + dev-util/itstool:0 + >=mate-base/mate-common-1.8:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_prepare() { + gnome2_src_prepare + + # Drop DEPRECATED flags as configure option doesn't do it, bug #385453 + sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \ + copy-n-paste/Makefile.am copy-n-paste/Makefile.in || die +} + +src_configure() { + gnome2_src_configure \ + --disable-run-in-place \ + --disable-packagekit \ + --disable-deprecations \ + --with-gtk=2.0 \ + $(use_enable caja caja-actions) \ + $(use_enable magic) +} + +DOCS="AUTHORS HACKING MAINTAINERS NEWS README TODO" + +pkg_postinst() { + gnome2_pkg_postinst + + elog "" + elog "${PN} is a frontend for several archiving utilities. If you want a" + elog "particular achive format supported install the relevant package." + elog + elog "For example:" + elog " 7-zip : emerge app-arch/p7zip" + elog " ace : emerge app-arch/unace" + elog " arj : emerge app-arch/arj" + elog " cpio : emerge app-arch/cpio" + elog " deb : emerge app-arch/dpkg" + elog " iso : emerge app-cdr/cdrtools" + elog " jar,zip : emerge app-arch/zip or emerge app-arch/unzip" + elog " lha : emerge app-arch/lha" + elog " lzma : emerge app-arch/xz-utils" + elog " lzop : emerge app-arch/lzop" + elog " rar : emerge app-arch/unrar" + elog " rpm : emerge app-arch/rpm" + elog " unstuff : emerge app-arch/stuffit" + elog " zoo : emerge app-arch/zoo" +} diff --git a/app-arch/engrampa/metadata.xml b/app-arch/engrampa/metadata.xml index 18201ba90d03..3948fac1a805 100644 --- a/app-arch/engrampa/metadata.xml +++ b/app-arch/engrampa/metadata.xml @@ -9,6 +9,8 @@ <flag name="caja">Enable engrampa to integrate with <pkg>mate-base/caja</pkg> by providing entries in its context menu</flag> + <flag name="magic">Enable filetype auto-detection via + <pkg>sys-apps/file</pkg></flag> </use> <upstream> <remote-id type="github">mate-desktop/engrampa</remote-id> diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest index 59f03668c469..66f2f20b2c9d 100644 --- a/app-editors/pluma/Manifest +++ b/app-editors/pluma/Manifest @@ -1 +1,2 @@ +DIST pluma-1.10.2.tar.xz 3442784 SHA256 c0614334dc99e5dde73cbda6cb561cb1a5dc3e3269d74a4134095f9abf73c89a SHA512 bb41e18419fee07c812ebebb9802a77c325d876d05d37e1e9229e4228b0939ef8c80b1377922b94f02a7b7d02fbff62d4e4959815bd94d5b0da3bfa1afebae60 WHIRLPOOL 2edf0078267887af4349537f3c36f7971ab9aad66219e02fe41e47cacc9b91408e668c2294a8c6d6a497b68017b704fe7c7c17fe7ff22030b4c36e330b0def5a DIST pluma-1.8.1.tar.xz 3409032 SHA256 38accc5c05062981a0649874300bc21ab3ad1a5ef47491186dffe7c035ed9e8b SHA512 4429b95a6c692c524db481cc53a3d9d5fd252a2aafa49daf787df5d7b389806f520233bc054b701a3ca47a5df5917cf934dafee8327b0ac01b7fe25059b6adea WHIRLPOOL c1e61e32bc657b7097292869acd57e69b6c67d0610db0644c38141ca4e94b34b0b3bc3b941fc79b444c2f56d3140210f117fc80bfc2102b97d4f45af9e9e2057 diff --git a/app-editors/pluma/pluma-1.10.2.ebuild b/app-editors/pluma/pluma-1.10.2.ebuild new file mode 100644 index 000000000000..4fb8f7664abb --- /dev/null +++ b/app-editors/pluma/pluma-1.10.2.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 multilib python-single-r1 versionator virtualx + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Pluma text editor for the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="python spell" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +# Tests require gvfs sftp fs mounted and schema's installed. Disable tests. +# https://github.com/mate-desktop/mate-text-editor/issues/33 +RESTRICT="test" + +RDEPEND="app-text/rarian:0 + dev-libs/atk:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libxml2-2.5:2 + >=mate-base/mate-desktop-1.10:0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24:2 + >=x11-libs/gtksourceview-2.9.7:2.0 + x11-libs/libICE:0 + x11-libs/libX11:0 + >=x11-libs/libSM-1.0 + x11-libs/pango:0 + virtual/libintl:0 + spell? ( + >=app-text/enchant-1.2:0 + >=app-text/iso-codes-0.35:0 + ) + python? ( + ${PYTHON_DEPS} + >=dev-python/pygobject-2.15.4:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.12:2[${PYTHON_USEDEP}] + >=dev-python/pygtksourceview-2.9.2:2 + ) + !!app-editors/mate-text-editor" + +DEPEND="${RDEPEND} + ~app-text/docbook-xml-dtd-4.1.2 + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + >=dev-util/intltool-0.40:* + >=sys-devel/libtool-2.2.6:2 + >=mate-base/mate-common-1.10:0 + >=sys-devel/gettext-0.17:* + virtual/pkgconfig:*" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_configure() { + gnome2_src_configure \ + --disable-updater \ + $(use_enable python) \ + $(use_enable spell) +} + +DOCS="AUTHORS ChangeLog NEWS README" + +src_test() { + # FIXME: This should be handled at eclass level. + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die + + unset DBUS_SESSION_BUS_ADDRESS + + GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check +} diff --git a/app-emulation/vmware-modules/files/304-4.2-01-inode.patch b/app-emulation/vmware-modules/files/304-4.2-01-inode.patch new file mode 100644 index 000000000000..35a275bf3367 --- /dev/null +++ b/app-emulation/vmware-modules/files/304-4.2-01-inode.patch @@ -0,0 +1,46 @@ +--- vmblock-only/linux/inode.c.orig 2015-09-28 01:11:08.000000000 +0300 ++++ vmblock-only/linux/inode.c 2015-09-28 01:14:32.318043465 +0300 +@@ -44,7 +44,9 @@ + static int InodeOpReadlink(struct dentry *, char __user *, int); + #endif + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) ++static const char *InodeOpFollowlink(struct dentry *dentry, void **cookie); ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) + static void *InodeOpFollowlink(struct dentry *dentry, struct nameidata *nd); + #else + static int InodeOpFollowlink(struct dentry *dentry, struct nameidata *nd); +@@ -221,13 +223,15 @@ + *---------------------------------------------------------------------------- + */ + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) +-static void * ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) ++static const char *InodeOpFollowlink(struct dentry *dentry, void **cookie) ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) ++static void * InodeOpFollowlink(struct dentry *dentry, // IN : dentry of symlink ++ struct nameidata *nd) // OUT: stores result + #else +-static int +-#endif +-InodeOpFollowlink(struct dentry *dentry, // IN : dentry of symlink ++static int InodeOpFollowlink(struct dentry *dentry, // IN : dentry of symlink + struct nameidata *nd) // OUT: stores result ++#endif + { + int ret; + VMBlockInodeInfo *iinfo; +@@ -244,7 +248,11 @@ + goto out; + } + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) ++ return *cookie = (char *)(iinfo->name); ++#else + nd_set_link(nd, iinfo->name); ++#endif + + out: + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) diff --git a/app-emulation/vmware-modules/files/304-4.2-02-vmnetInt.patch b/app-emulation/vmware-modules/files/304-4.2-02-vmnetInt.patch new file mode 100644 index 000000000000..11c76d0423e3 --- /dev/null +++ b/app-emulation/vmware-modules/files/304-4.2-02-vmnetInt.patch @@ -0,0 +1,23 @@ +--- vmnet-only/vmnetInt.h.orig 2015-05-31 16:40:39.000000000 +0300 ++++ vmnet-only/vmnetInt.h 2015-09-28 01:22:01.553054142 +0300 +@@ -78,12 +78,16 @@ + + extern struct proto vmnet_proto; + #ifdef VMW_NETDEV_HAS_NET +-# define compat_sk_alloc(_bri, _pri) sk_alloc(&init_net, \ +- PF_NETLINK, _pri, &vmnet_proto) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) ++# define compat_sk_alloc(_bri, _pri) sk_alloc(&init_net, \ ++ PF_NETLINK, _pri, &vmnet_proto, 1) + #else +-# define compat_sk_alloc(_bri, _pri) sk_alloc(PF_NETLINK, _pri, &vmnet_proto, 1) ++# define compat_sk_alloc(_bri, _pri) sk_alloc(&init_net, \ ++ PF_NETLINK, _pri, &vmnet_proto) ++#endif ++#else ++# define compat_sk_alloc(_bri, _pri) sk_alloc(PF_NETLINK, _pri, &vmnet_proto, 1) + #endif +- + + #ifdef NF_IP_LOCAL_IN + #define VMW_NF_INET_LOCAL_IN NF_IP_LOCAL_IN diff --git a/app-emulation/vmware-modules/files/304-4.2-03-af_vsock.patch b/app-emulation/vmware-modules/files/304-4.2-03-af_vsock.patch new file mode 100644 index 000000000000..6155df425972 --- /dev/null +++ b/app-emulation/vmware-modules/files/304-4.2-03-af_vsock.patch @@ -0,0 +1,13 @@ +--- vsock-only/linux/af_vsock.c.orig 2015-09-28 01:26:51.354061029 +0300 ++++ vsock-only/linux/af_vsock.c 2015-09-28 01:25:11.196058649 +0300 +@@ -2826,7 +2826,9 @@ + * network namespace, and the option to zero the sock was dropped. + * + */ +-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 12) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 2, 0) ++ sk = sk_alloc(net, vsockVmciFamilyOps.family, priority, &vsockVmciProto, 1); ++#elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 12) + sk = sk_alloc(vsockVmciFamilyOps.family, priority, + vsockVmciProto.slab_obj_size, vsockVmciProto.slab); + #elif LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) diff --git a/app-emulation/vmware-modules/files/304-4.2-04-driver.patch b/app-emulation/vmware-modules/files/304-4.2-04-driver.patch new file mode 100644 index 000000000000..237aa2297a3a --- /dev/null +++ b/app-emulation/vmware-modules/files/304-4.2-04-driver.patch @@ -0,0 +1,50 @@ +--- vmci-only/linux/driver.c.orig 2015-09-28 01:33:04.416069896 +0300 ++++ vmci-only/linux/driver.c 2015-09-28 01:34:32.814071997 +0300 +@@ -26,6 +26,7 @@ + + #include <linux/file.h> + #include <linux/fs.h> ++#include <linux/vmalloc.h> + #include <linux/init.h> + #if defined(__x86_64__) && LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 12) + # include <linux/ioctl32.h> +@@ -713,7 +714,7 @@ + + case IOCTL_VMCI_INIT_CONTEXT: { + VMCIInitBlock initBlock; +- VMCIHostUser user; ++ uid_t user; + + retval = copy_from_user(&initBlock, (void *)ioarg, sizeof initBlock); + if (retval != 0) { +@@ -736,7 +736,11 @@ + goto init_release; + } + ++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) + user = current_uid(); ++#else ++ user = from_kuid(&init_user_ns, current_uid()); ++#endif + retval = VMCIContext_InitContext(initBlock.cid, initBlock.flags, + 0 /* Unused */, vmciLinux->userVersion, + &user, &vmciLinux->context); + +@@ -1683,7 +1684,7 @@ + /* This should be last to make sure we are done initializing. */ + retval = pci_register_driver(&vmci_driver); + if (retval < 0) { +- vfree(data_buffer); ++ kvfree(data_buffer); + data_buffer = NULL; + return retval; + } +@@ -2470,7 +2471,7 @@ + + if (guestDeviceInit) { + pci_unregister_driver(&vmci_driver); +- vfree(data_buffer); ++ kvfree(data_buffer); + guestDeviceInit = FALSE; + } + diff --git a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild index 173592f145e5..cab32841e4fa 100644 --- a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild @@ -95,6 +95,10 @@ src_prepare() { kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-05-vmci_qpair.patch" kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-06-vsock.patch" kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-07-vsock.patch" + kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-01-inode.patch" + kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-02-vmnetInt.patch" + kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-03-af_vsock.patch" + kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.2-04-driver.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user diff --git a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild index b97c4b876cad..022d828d33f9 100644 --- a/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0.ebuild +++ b/app-mobilephone/kannel-sqlbox/kannel-sqlbox-1.5.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/kannel-sqlbox/kannel-sqlbox-0.7.2.ebuild,v 1.4 2013/07/25 01:53:56 creffett Exp $ +# $Id$ -EAPI="2" +EAPI="5" -inherit eutils autotools +inherit eutils flag-o-matic readme.gentoo-r1 DESCRIPTION="DB-Based Kannel Box for message queueing" -HOMEPAGE="http://www.kannel.org/~aguerrieri/SqlBox/" +HOMEPAGE="http://www.kannel.org/" SRC_URI="http://www.kannel.org/download/${PV}/gateway-${PV}.tar.gz" LICENSE="Apache-1.1 GPL-2" @@ -20,7 +20,7 @@ RDEPEND="|| ( ~app-mobilephone/kannel-${PV}[sqlite] ~app-mobilephone/kannel-${PV}[postgres] ) - ssl? ( dev-libs/openssl )" + ssl? ( dev-libs/openssl:0 )" DEPEND="${RDEPEND} doc? ( media-gfx/transfig app-text/jadetex @@ -29,8 +29,23 @@ DEPEND="${RDEPEND} S="${WORKDIR}/gateway-${PV}/addons/sqlbox/" +pkg_setup() { + append-ldflags $(no-as-needed) + DISABLE_AUTOFORMATTING="yes" + DOC_CONTENTS="Please view the following page for config information: +http://www.kannel.org/pipermail/users/2006-October/000859.html + +In essence you need to do 3 things: +1. Create the database (tables will be automatically created by kannel) +2. Point sqlbox to the smsbox-port in kannel [core] group +3. Point smsbox to smsbox-port in sqlbox [sqlbox] group + +This literally puts sqlbox in between the bearerbox and smsbox +for data storage into a database" +} + src_configure() { - LDFLAGS="" econf --docdir=/usr/share/doc/${PF} \ + econf --docdir=/usr/share/doc/${PF} \ --without-ctlib \ --without-mssql \ $(use_enable ssl) \ @@ -48,20 +63,13 @@ src_install() { newinitd "${FILESDIR}"/kannel-sqlbox.initd kannel-sqlbox - dodoc AUTHORS ChangeLog NEWS README + dodoc AUTHORS ChangeLog KannelLICENSE NEWS README insinto /etc/kannel newins example/sqlbox.conf.example sqlbox.conf.sample + + readme.gentoo_create_doc } pkg_postinst() { - elog "Please view the following page for config information:" - elog "http://www.kannel.org/pipermail/users/2006-October/000859.html" - elog "" - elog "In essence you need to do 3 things" - elog "1. Create the database (tables will be automatically created by kannel)" - elog "2. Point sqlbox to the smsbox-port in kannel [core] group" - elog "3. Point smsbox to smsbox-port in sqlbox [sqlbox] group" - elog "" - elog "This literally puts sqlbox in between the bearerbox and smsbox" - elog "for data storage into a database" + readme.gentoo_print_elog } diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest index b42976e2de4d..bf893d485cc3 100644 --- a/app-text/atril/Manifest +++ b/app-text/atril/Manifest @@ -1,2 +1,3 @@ +DIST atril-1.10.3.tar.xz 2106560 SHA256 2680279137307fe68500ed5006f70bf73a2dd15536dee0592cb77d031d6e3a90 SHA512 8b083aaced82a10cfd7b0d0e5342b23c99ef868da3b2376b547a252659cbe9e3669344515b98ecee046e3011ee7cd5028154a87bd198c92ba577953483107002 WHIRLPOOL 94b3679cedc9b57e35be963458c0f0d8c0c1865a4021c403cf03943824a278013f1b4feaf14d9cc2903768fc6247bea84e1e028be05c46c53047df37899246da DIST atril-1.8.0.tar.xz 1572068 SHA256 99f4f1e100a4eec696feabbb56d653addd8dbe851c9748d2e929e158524c2dad SHA512 054c1391ea3de196a240b1d0b6eb7402a1472475979ff9603396df7f47b32ed681855aff37c379c7e02e814209e6511c8e3fcc8c13c12b795ff6fd7a0ecdca56 WHIRLPOOL 40e3700485c5c018e5369e410fc24bc18ede6b0be6624777c2df59fff0389cec4ca4331514c70b7547782cc4afde3d75f706b232a260fff21dd758805153f335 DIST atril-1.8.1.tar.xz 1577776 SHA256 036b6bdf9f9caa7468c0cfb680360420cf8477007a0a04dc3b5c50b163c0333f SHA512 1a4a36135a39d216f1cfe5fb91c9d3c16d11da92fbb6b08c314ee09877c7232022a6653649a109ee7a7838a219015f5caab68b2a210399db96f87e4bae520518 WHIRLPOOL 7134a87e8cb3f490677f95f1b05716a4f14e2f8db2bd72d72e9462b061042d9247aca1340b606654aedded43277539c229999198734c4c614842c1aeb2f94fce diff --git a/app-text/atril/atril-1.10.3.ebuild b/app-text/atril/atril-1.10.3.ebuild new file mode 100644 index 000000000000..3753f7ad249a --- /dev/null +++ b/app-text/atril/atril-1.10.3.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +ELTCONF="--portage" +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit autotools gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Atril document viewer for MATE" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript t1lib tiff xps" + +RDEPEND=">=app-text/poppler-0.16:0=[cairo] + app-text/rarian:0 + dev-libs/atk:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libxml2-2.5:2 + >=mate-base/mate-desktop-1.10:0 + sys-libs/zlib:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.21.5:2[introspection?] + x11-libs/libICE:0 + >=x11-libs/libSM-1:0 + x11-libs/libX11:0 + >=x11-libs/cairo-1.9.10:0 + x11-libs/pango:0 + >=x11-themes/mate-icon-theme-1.8:0 + caja? ( >=mate-base/caja-1.10:0[introspection?] ) + djvu? ( >=app-text/djvu-3.5.17:0 ) + dvi? ( + virtual/tex-base:0 + t1lib? ( >=media-libs/t1lib-5:5 ) + ) + epub? ( net-libs/webkit-gtk:2 ) + gnome-keyring? ( >=app-crypt/libsecret-0.5:0 ) + introspection? ( >=dev-libs/gobject-introspection-0.6:0 ) + postscript? ( >=app-text/libspectre-0.2:0 ) + tiff? ( >=media-libs/tiff-3.6:0 ) + xps? ( >=app-text/libgxps-0.2.0:0 ) + !!app-text/mate-document-viewer" + +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools:0 + >=app-text/scrollkeeper-dtd-1:1.0 + >=dev-util/intltool-0.50.1:* + virtual/pkgconfig:* + sys-devel/gettext:*" + +# Tests use dogtail which is not available on Gentoo. +RESTRICT="test" + +src_prepare() { + # Fix .desktop categories, upstream bug #666346. + sed -e "s:GTK\;Graphics\;VectorGraphics\;Viewer\;:GTK\;Office\;Viewer\;Graphics\;VectorGraphics;:g" -i data/atril.desktop.in.in || die + + # Always autoreconf due to lib path conflict. + eautoreconf + + gnome2_src_prepare +} + +src_configure() { + # Passing --disable-help would drop offline help, that would be inconsistent + # with helps of the most of GNOME apps that doesn't require network for that. + gnome2_src_configure \ + --disable-tests \ + --enable-comics \ + --enable-pdf \ + --enable-pixbuf \ + --enable-thumbnailer \ + --with-smclient=xsmp \ + --with-platform=mate \ + --with-gtk=2.0 \ + $(use_enable dbus) \ + $(use_enable djvu) \ + $(use_enable dvi) \ + $(use_with gnome-keyring keyring) \ + $(use_enable introspection) \ + $(use_enable caja) \ + $(use_enable postscript ps) \ + $(use_enable t1lib) \ + $(use_enable tiff) \ + $(use_enable xps) +} + +DOCS="AUTHORS NEWS README TODO" diff --git a/app-text/atril/metadata.xml b/app-text/atril/metadata.xml index c4ce7dea9e02..b7518dd5717a 100644 --- a/app-text/atril/metadata.xml +++ b/app-text/atril/metadata.xml @@ -7,8 +7,10 @@ </maintainer> <use> <flag name="caja">Enable property page extension in - <pkg>mate-base/mate-file-manager</pkg></flag> + <pkg>mate-base/caja</pkg></flag> <flag name="dvi">Enable build-in DVI viewer</flag> + <flag name="epub">Enable build-in DVI viewer using + <pkg>net-libs/webkit-gtk</pkg></flag> <flag name="t1lib">Enable the Type-1 fonts for the build-in DVI viewer (<pkg>media-libs/t1lib</pkg>)</flag> <flag name="xps">Enable XPS viewer using diff --git a/dev-libs/libmateweather/Manifest b/dev-libs/libmateweather/Manifest index 211f8c33b397..b6a7b0d3869e 100644 --- a/dev-libs/libmateweather/Manifest +++ b/dev-libs/libmateweather/Manifest @@ -1 +1,2 @@ +DIST libmateweather-1.10.0.tar.xz 3463128 SHA256 4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c SHA512 80eed6693e13d4dccb4e44ebab84955f7cbbd4f536cda1186db694149bf013429f41f38d2cb03a0dae517d6438e5cff1c18ae95598f700a1a9184ac47f85fcf5 WHIRLPOOL 9fab8e47d4f86ca13524cf9c6007e360f64725bfc98a872722b85270f5e87ce50ab3ce0a616cb46da2b1b285770c9d8afef3f1e270bc143b350050870f5a5a29 DIST libmateweather-1.8.0.tar.xz 3530972 SHA256 801ec5512e9099c39ce819a82e2dde62477a3783894a5e7fbfff3493d04607ba SHA512 5942af847b6940f94e2ac48bdeb0d3ae96d1e61e1c3ce28d8a3cfa6e2b5b287e5d9f5a1a63481cbdaaf0595243a87c7a35886dc7fdab09f17527388149dd3422 WHIRLPOOL 8181d254bd836e96adaf6b5b7c8d58f9c0652175ccea78a66db12769840db2401d0b5e1a365660cbfa1463bdd4a312ebcd58738bac631b17c4b6ae39472e168b diff --git a/dev-libs/libmateweather/libmateweather-1.10.0.ebuild b/dev-libs/libmateweather/libmateweather-1.10.0.ebuild new file mode 100644 index 000000000000..b9a44b8fd2a4 --- /dev/null +++ b/dev-libs/libmateweather/libmateweather-1.10.0.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python2_7 ) + +inherit autotools gnome2 python-r1 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE library to access weather information from online services" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="python" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=">=dev-libs/glib-2.36:2[${PYTHON_USEDEP}] + >=dev-libs/libxml2-2.6:2 + >=net-libs/libsoup-2.34:2.4 + >=sys-libs/timezone-data-2010k:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24:2 + virtual/libintl:0 + + python? ( + ${PYTHON_DEPS} + >=dev-python/pygobject-2:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2:2[${PYTHON_USEDEP}] + )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40.3:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +my_command() { + if use python ; then + python_foreach_impl run_in_build_dir $@ + else + $@ + fi +} + +src_prepare() { + # Fix undefined use of MKDIR_P in python/Makefile.am. + epatch "${FILESDIR}"/${PN}-1.6.1-fix-mkdirp.patch + eautoreconf + + use python && python_copy_sources + my_command gnome2_src_prepare +} + +src_configure() { + my_command gnome2_src_configure \ + --enable-locations-compression \ + --disable-all-translations-in-one-xml \ + $(use_enable python) +} + +src_compile() { + my_command gnome2_src_compile +} + +DOCS="AUTHORS ChangeLog NEWS" + +src_install() { + my_command gnome2_src_install +} diff --git a/dev-python/python-caja/Manifest b/dev-python/python-caja/Manifest index 2a0fe8a851d4..352ed1dace8d 100644 --- a/dev-python/python-caja/Manifest +++ b/dev-python/python-caja/Manifest @@ -1,2 +1,3 @@ +DIST python-caja-1.10.0.tar.xz 265836 SHA256 95a1b7b83cbc4ba9f822c80e56740e0d7972c964edac43fd070f445702bd3596 SHA512 98c3a163a7798c66b050b87076e83cd24afa7ffb0cb139333a075cb0283bb07a51f26e427bda6e1f15e6292f87f7b85e43cab09874fae756e07cbc2944d5f5ae WHIRLPOOL 50f4e51db36bd43819738c46c0a77850ef4fe25566b55a4ab30a7c26eaea68b32a6e14f5bae67670fc8270f89917ddb68d47eeb81200244272b5508e22e40986 DIST python-caja-1.8.0.tar.xz 250752 SHA256 bb872b99a4722af048990ffcd631e466dac808043bc02f7385e20845cf8b6d50 SHA512 571ee1016fb6d1d9a1e6f72da9b6959bad2734c24f5b2b2ab6af477eeb7c931c36758b09f8a0dea536f6d8ec5366747855d58764f36f2e6778c4a30b4fdebcd4 WHIRLPOOL 621a964a892d749d3619fea85f4f91ec7de2dc00ecc46b28202035b4f948133a669d4e10163a0c2fb0f35ea6261a6834ef3f7c0a9f3f6db9d3e2592a92a9906e DIST python-caja-1.8.1.tar.xz 250224 SHA256 01e67e78e86c9a6c72412825b8d0d67804bcd5042d5583c1f0ca2de2e0c828dc SHA512 5be0e1d284303b6b2559c1cc5f24d6567026b394955b80e36c69899d4a97589a6bdb830b5d719de782882028901a4df68942d0e99640d168197d19cd25414f12 WHIRLPOOL 0847bfeb6ba9e87b6af38e620de0e2ac3da73027c24a3f939d7bd57629dcdbe2c915323ab44f63faeffe121538a663a72891c3d47e3d1d8c8ea073b523a2648c diff --git a/dev-python/python-caja/python-caja-1.10.0.ebuild b/dev-python/python-caja/python-caja-1.10.0.ebuild new file mode 100644 index 000000000000..71b4e4a4efad --- /dev/null +++ b/dev-python/python-caja/python-caja-1.10.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 python-single-r1 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Python bindings for the Caja file manager" +HOMEPAGE="http://www.mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="doc" + +RDEPEND="dev-libs/glib:2 + dev-python/pygobject:3[${PYTHON_USEDEP}] + >=mate-base/caja-1.10:0[introspection] + x11-libs/gtk+:2 + ${PYTHON_DEPS}" + +DEPEND="${RDEPEND} + virtual/pkgconfig:* + doc? ( + app-text/docbook-xml-dtd:4.1.2 + )" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_install() { + gnome2_src_install + + # Keep the directory for systemwide extensions. + keepdir /usr/share/python-caja/extensions/ + + # The HTML documentation generation is broken and commented out by upstream. + # + #if use doc ; then + # insinto /usr/share/gtk-doc/html/nautilus-python # for dev-util/devhelp + # doins -r docs/html/* + #fi +} diff --git a/dev-ruby/rb-inotify/Manifest b/dev-ruby/rb-inotify/Manifest index 847c0d5333ab..7f83ab5bc35a 100644 --- a/dev-ruby/rb-inotify/Manifest +++ b/dev-ruby/rb-inotify/Manifest @@ -1,2 +1,3 @@ DIST rb-inotify-0.9.5.gem 14336 SHA256 69559fc3d790c275b90f55f8c76cde94a999e3400f5a51f2e0d463a0a2e8ad4d SHA512 1ecc0142ed44358a2f51403736533e9854b5fc13cb81b552eb866310b60535b14e2ac6bfb6ee53bc1ee65ac14e51fc5a981e52f843607dbb3d8390c1d6c13e60 WHIRLPOOL 19d7d1f7ca8e65a297de94fae3311c1bc8d9942aa47dc2c92202ce0adb8f04d62ac94f0c51c76a6bd263e773df2481b2337b6576f818cff7bf4fd2ccaa30fd27 DIST rb-inotify-0.9.6.gem 14336 SHA256 34da84a44b27e5dccc2d957209169ec3bc944fb634a30e07bdc5527726a30fba SHA512 face5d116308a6cba727cf39f01dc3b55e57a9075ac365f3be4fd2fc9c34ea7228902e8caf59119ae1277be5d10fbc05b915cfae8349969800997d3fb629d791 WHIRLPOOL cd0d43e6954b2f40166e615ff440e4e62fc970c57251fa7ae0f277c9ff7cc3b3ebf07e0022ff0287ea6472737ef737a63dc27566d166090b518e7e959a4e2684 +DIST rb-inotify-0.9.7.gem 14336 SHA256 2d9c1bf013d2f9e62b4fe827286ce77c35c83f06b65749a95a08d862c0b8ccf9 SHA512 bc9be713becf7ee644a58e5d68dc0c514f8ba69a5b78de19cc84c2f55c98601065da59612a7373cd784646234b8ae9acd6575089c6a77e0317a0284c3f1fcbe4 WHIRLPOOL 25d90ad8519ad765b4c414e2dec45a5fbf345fc594a25c4a49d63b89a1f9022838cb0866b8fc7a95bab76799a854ee36a4bb447187f4024c85d39cd2c6272d52 diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.7.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.7.ebuild new file mode 100644 index 000000000000..e7ece7910156 --- /dev/null +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.7.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="yard" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="VERSION" + +RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A thorough inotify wrapper for Ruby using FFI" +HOMEPAGE="https://github.com/nex3/rb-inotify" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend "virtual/ruby-ffi" + +ruby_add_bdepend "doc? ( dev-ruby/yard )" + +all_ruby_prepare() { + # Avoid unneeded dependency on jeweler. + sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die + + # Remove mandatory markup processor from yard options, bug 436112. + sed -i -e '/maruku/d' .yardopts || die +} diff --git a/dev-ruby/simplecov/Manifest b/dev-ruby/simplecov/Manifest index 55b8eb6d2b67..0a19f07255ed 100644 --- a/dev-ruby/simplecov/Manifest +++ b/dev-ruby/simplecov/Manifest @@ -1,4 +1,5 @@ DIST simplecov-0.11.1.gem 54272 SHA256 90b822809b69f25a39a44719e6b6d163570be58ff2739b91e92126f0a3f52fb7 SHA512 b7132a7ba76aa35d6961925d68dda240fc3efab8f0c0ad87403a49bf5f7324bef7b3a368fd9047c6b5561a532f12f9b42f743f56385af53ae64871407be29f33 WHIRLPOOL 65226e18886c04bcd61eaf6a0f853c30b8d633e7b7f025495b0d6e9d96c1a3d6e5e319a7fdc8d497f456e9e406e602e5a68bae31125fd71cd09ea1339f98440f +DIST simplecov-0.11.2.gem 54784 SHA256 82e330864f84955d6c443e7d233474e91731b2850ba35b21997a8aad798712dc SHA512 c93ea47a6e3c9b62fd83adf1e480da66fc82ce50106b1749a9d94b7e90ef2aaf34c14c67b1ac12268765695da62895b12f060051a05c26dac41ed7df7575e3f3 WHIRLPOOL 34b891f608fcf3c2d021a96952be0f19c45b643ee8b5d58dfb102f8211a1fbd07e6a8a54a296a8ef0ae39f22bfcf797aad9ea979e1a9d0654335c272cec33be2 DIST simplecov-0.8.2.gem 48128 SHA256 6ef2e7c8d14c931f09ea2542d0bea6281ca766aa229bc68bc7a7d40df9647cf9 SHA512 01ed1bfa587b1c3cc6d62bbde55f0c27dac2f60d43f8b9c8c3737f68c5161e755428dfc2bca44707f84f0ffbf716006c38d63c7a8802e5a0d613c04f0ef591a4 WHIRLPOOL 1c0f9786fb1494db09eb4af20c085b49f9cc5f8fedf025207b080d980a00ee677c31a312a9dcb6dd2eb7f4bf67208ce489b07df01c326a49896ce4c373deb3a8 DIST simplecov-0.9.0.gem 49664 SHA256 4f205752a4f3730fd4c58678bbab4c83f4e2a6ca3bbea4cdf18cd86a70589eb7 SHA512 4c27e512ca7ad6c63716ca180f56fdb1d004f1b98c33ea23e8a1eb1d0fd8a5462fe3deed0e7607858eb03861c935a281f224995c6df3fbb22a7fca5806960988 WHIRLPOOL e2c22d6224c019a695d9418326d51749cba287e9b9341ff2ceb813da3191d7dab5bb33d8e33d6e2bc8aadabac07d65208eb0d8890ab5c521726016f818764722 DIST simplecov-0.9.1.gem 49152 SHA256 ce9ffc797f9e4493bf97bbf5e88073ad7351d8234561b56ea3bd2baa68a71e1a SHA512 f988224f28d6fcb58ef609dcb1e74bec37c6fe05787d1e6b4ac58f23e7c6ca9e10aad417b731dfb414f64d6fc4555f1719aebf1e4434130aa45b3650b2a1d9fa WHIRLPOOL 8bbb35d659d2d0a4e0c0657879f5c45d3a989309c8332906737c3015a6d4f8a6858344c63daa5494d51ddf424b5ec09b36035ba2cab1a6324fa56d096b7ad7ab diff --git a/dev-ruby/simplecov/simplecov-0.11.2.ebuild b/dev-ruby/simplecov/simplecov-0.11.2.ebuild new file mode 100644 index 000000000000..2644b693cddc --- /dev/null +++ b/dev-ruby/simplecov/simplecov-0.11.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_TASK_DOC="" + +inherit ruby-fakegem + +DESCRIPTION="Code coverage with a configuration library and merging across test suites" +HOMEPAGE="https://www.ruby-toolbox.com/projects/simplecov https://github.com/colszowka/simplecov" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0.8" +IUSE="doc" + +ruby_add_rdepend ">=dev-ruby/multi_json-1.0 + dev-ruby/simplecov-html:0.10 + >=dev-ruby/docile-1.1.0" + +ruby_add_bdepend "test? ( + dev-ruby/rspec:3 + dev-ruby/test-unit:2 + dev-util/cucumber + dev-util/aruba + dev-ruby/capybara +)" + +all_ruby_prepare() { + sed -i -e '/[Bb]undler/ s:^:#:' spec/helper.rb features/support/env.rb || die +} + +each_ruby_test() { + RSPEC_VERSION=3 ruby-ng_rspec spec/*spec.rb || die + +# ${RUBY} -S cucumber features || die +} diff --git a/games-roguelike/nethack/Manifest b/games-roguelike/nethack/Manifest index 5808cc399376..ea5a7c198b27 100644 --- a/games-roguelike/nethack/Manifest +++ b/games-roguelike/nethack/Manifest @@ -1,2 +1 @@ -DIST nethack-343-src.tgz 3497458 SHA256 bb39c3d2a9ee2df4a0c8fdde708fbc63740853a7608d2f4c560b488124866fe4 SHA512 052342c19619219f291571d48cf7799f962eb6ec6f8a276427225c0abbd833eada18abeff9fbd647919f2a9e3bb097d7f154675e283fe48abc4752f24c192d8f WHIRLPOOL 397c787f83149d96ddbfa6a2235c20c3724ed67946889d432774901cb7ddc71b177e2cbd6c3029f4eb0b4df21c81c6a427494dad550fdbace01876a3d9c79d75 DIST nethack-360-src.tgz 4261282 SHA256 1ade698d8458b8d87a4721444cb73f178c74ed1b6fde537c12000f8edf2cb18a SHA512 92370a3c60a4f6861b9c0f1e1320fc23d91cedc1615d0d09e06a0ee3e13c9c8c0cd931389bfd7a25845ed07ef966d19d9e46e77ae07084a941685dc67f49c813 WHIRLPOOL 14ff7a8bcf06b18e5192a7478f1fcd25eb55ecc149d9fa8b80def95311a498ef8d172ee4ff7e69c62e36b2a190a0f14b4a3d4f61183a48676fa77e2e7268690c diff --git a/games-roguelike/nethack/files/3.4.3-X-support.patch b/games-roguelike/nethack/files/3.4.3-X-support.patch deleted file mode 100644 index 6687f8865509..000000000000 --- a/games-roguelike/nethack/files/3.4.3-X-support.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- include/config.h.orig 2003-06-21 20:58:57.000000000 -0400 -+++ include/config.h 2003-06-21 20:59:44.000000000 -0400 -@@ -46 +46 @@ --/* #define X11_GRAPHICS */ /* X11 interface */ -+#define X11_GRAPHICS 1 -@@ -127 +127 @@ --/* # define USE_XPM */ /* Disable if you do not have the XPM library */ -+# define USE_XPM 1 ---- Makefile.orig 2003-06-21 21:01:03.000000000 -0400 -+++ Makefile 2003-06-21 21:01:16.000000000 -0400 -@@ -43 +43 @@ --VARDATND = -+VARDATND = x11tiles pet_mark.xbm rip.xpm ---- src/Makefile.orig 2003-06-21 21:02:01.000000000 -0400 -+++ src/Makefile 2003-06-21 21:02:11.000000000 -0400 -@@ -207,2 +207,2 @@ --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINX11SRC) -+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) -@@ -228 +228 @@ --WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm -@@ -248 +248 @@ --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINX11LIB) diff --git a/games-roguelike/nethack/files/3.4.3-bison.patch b/games-roguelike/nethack/files/3.4.3-bison.patch deleted file mode 100644 index 0bec63a7b6ae..000000000000 --- a/games-roguelike/nethack/files/3.4.3-bison.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- nethack-3.4.3/util/Makefile 2004-08-21 01:09:06.724326360 +0200 -+++ nethack-3.4.3.new//util/Makefile 2004-08-21 01:08:03.852884272 +0200 -@@ -101,11 +101,11 @@ - - # yacc/lex programs to use to generate *_comp.h, *_lex.c, and *_yacc.c. - # if, instead of yacc/lex you have bison/flex, comment/uncomment the following. --YACC = yacc --LEX = lex --# YACC = bison -y -+#YACC = yacc -+#LEX = lex -+ YACC = bison -y - # YACC = byacc --# LEX = flex -+ LEX = flex - - # these are the names of the output files from YACC/LEX. Under MS-DOS - # and similar systems, they may differ diff --git a/games-roguelike/nethack/files/3.4.3-default-options.patch b/games-roguelike/nethack/files/3.4.3-default-options.patch deleted file mode 100644 index 83ab94a95375..000000000000 --- a/games-roguelike/nethack/files/3.4.3-default-options.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- include/config.h.orig 2003-06-21 20:44:00.000000000 -0400 -+++ include/config.h 2003-06-21 20:46:42.000000000 -0400 -@@ -172,2 +172,2 @@ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+#define COMPRESS "/bin/bzip2" /* Lempel-Ziv compression */ -+#define COMPRESS_EXTENSION ".bz2" /* compress's extension */ -@@ -188 +188 @@ --/* #define DLB */ /* not supported on all platforms */ -+#define DLB 1 /* not supported on all platforms */ -@@ -207 +207 @@ --# define HACKDIR "/usr/games/lib/nethackdir" -+# define HACKDIR "GENTOO_HACKDIR" -@@ -303 +303 @@ --/* #define VISION_TABLES */ /* use vision tables generated at compile time */ -+#define VISION_TABLES 1 /* use vision tables generated at compile time */ ---- include/unixconf.h.orig 2003-06-21 20:47:54.000000000 -0400 -+++ include/unixconf.h 2003-06-21 20:48:39.000000000 -0400 -@@ -40 +40 @@ --/* #define LINUX */ /* Another Unix clone */ -+#define LINUX 1 /* Another Unix clone */ -@@ -135 +135 @@ --/* #define TIMED_DELAY */ /* usleep() */ -+#define TIMED_DELAY 1 ---- src/Makefile.orig 2003-06-21 20:55:36.000000000 -0400 -+++ src/Makefile 2003-06-21 20:55:49.000000000 -0400 -@@ -234 +234 @@ --WINTTYLIB = -ltermlib -+WINTTYLIB = -lncurses diff --git a/games-roguelike/nethack/files/3.4.3-gentoo-paths.patch b/games-roguelike/nethack/files/3.4.3-gentoo-paths.patch deleted file mode 100644 index af86cd1fe637..000000000000 --- a/games-roguelike/nethack/files/3.4.3-gentoo-paths.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- include/unixconf.h.orig 2003-08-07 23:18:03.070299152 -0400 -+++ include/unixconf.h 2003-08-07 23:18:39.699730632 -0400 -@@ -96,13 +96,13 @@ - */ - - /* #define NO_FILE_LINKS */ /* if no hard links */ --/* #define LOCKDIR "/usr/games/lib/nethackdir" */ /* where to put locks */ -+#define LOCKDIR "GENTOO_STATEDIR" - - /* - * If you want the static parts of your playground on a read-only file - * system, define VAR_PLAYGROUND to be where the variable parts are kept. - */ --/* #define VAR_PLAYGROUND "/var/lib/games/nethack" */ -+#define VAR_PLAYGROUND "GENTOO_STATEDIR" - - - /* diff --git a/games-roguelike/nethack/files/3.4.3-macos.patch b/games-roguelike/nethack/files/3.4.3-macos.patch deleted file mode 100644 index d5aad3810878..000000000000 --- a/games-roguelike/nethack/files/3.4.3-macos.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- nethack-3.4.3/win/Qt/qt_win.cpp.orig 2005-11-22 21:24:03.000000000 +0100 -+++ nethack-3.4.3/win/Qt/qt_win.cpp 2005-11-22 21:25:26.000000000 +0100 -@@ -102,7 +102,7 @@ - #include "qt_xpms.h" - - #include <dirent.h> --#ifdef Q_WS_MACX -+#ifdef __APPLE__ - # include <sys/malloc.h> - #else - # include <malloc.h> diff --git a/games-roguelike/nethack/files/nethack-3.4.3-gibc210.patch b/games-roguelike/nethack/files/nethack-3.4.3-gibc210.patch deleted file mode 100644 index 20675cabf4b4..000000000000 --- a/games-roguelike/nethack/files/nethack-3.4.3-gibc210.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- include/unixconf.h.old 2009-10-07 09:37:46.000000000 +0200 -+++ include/unixconf.h 2009-10-07 09:38:05.000000000 +0200 -@@ -293,10 +293,8 @@ - # endif - #else /* therefore SYSV */ - # ifndef index /* some systems seem to do this for you */ --#define index strchr - # endif - # ifndef rindex --#define rindex strrchr - # endif - #endif - diff --git a/games-roguelike/nethack/files/nethack-3.4.3-nethackrc b/games-roguelike/nethack/files/nethack-3.4.3-nethackrc deleted file mode 100644 index 55899338cee7..000000000000 --- a/games-roguelike/nethack/files/nethack-3.4.3-nethackrc +++ /dev/null @@ -1,92 +0,0 @@ -# -# Nethack configuration file. -# -# Please read the Guidebook in /usr/share/doc/nethack or at www.nethack.org. -# -# Naming this file $(HOME)/.nethackrc or setting the environment -# variable NETHACKOPTIONS to point to its full path name elsewhere tells -# NetHack to use X11 windowing (provided the executable was compiled with -# that ability). -# -# SET YOUR WINDOW TYPE -# Your windowtype choices are: GENTOO_WINDOWTYPES -# -OPTIONS=windowtype:GENTOO_DEFWINDOWTYPE -#OPTIONS=color -#OPTIONS=name:player -#OPTIONS=gender:male -#OPTIONS=fruit:mango -#OPTIONS=dogname:Izchak -#OPTIONS=catname:Chun-Li -#OPTIONS=horsename:Marlon - -# Suggested for qt: -#OPTIONS=number_pad,menustyle:partial,!time,showexp -#OPTIONS=hilite_pet,toptenwin,msghistory:200,windowtype:Qt - -# The font settings below are for X11 untiled -# -# There are 17 object symbols and various graphics symbols. -# The descriptions of these symbols can be found in dat/opthelp. -# -# -# Font: nh10 (10x20) -# -#OBJECTS= 180 183 188 192 181 184 182 189 190 196 \ -# 191 194 193 187 185 186 195 -# -#DUNGEON= 032 025 018 013 012 014 011 015 023 024 \ -# 022 021 128 129 130 131 132 035 035 133 \ -# 134 135 136 137 145 146 144 124 143 142 \ -# 141 140 149 150 031 031 147 148 031 161 \ -# 140 -# -#TRAPS= 138 138 138 138 138 138 138 138 138 138 \ -# 138 138 138 138 138 139 138 138 138 138 \ -# 138 138 -# -#EFFECTS= 151 152 153 154 155 156 157 158 \ -# 159 160 161 162 \ -# 163 164 165 166 167 168 169 170 \ -# 171 172 173 174 175 176 177 178 179 -# -# -# Font: ibm (8x14) -# -#OBJECTS= 207 210 215 219 208 211 209 216 217 223 \ -# 218 221 220 214 212 213 222 -# -#DUNGEON= 032 128 129 130 131 132 133 134 135 136 \ -# 137 138 139 045 124 142 143 035 035 144 \ -# 145 146 147 148 155 156 227 124 154 153 \ -# 152 151 159 160 200 200 157 158 250 170 \ -# 151 -# -#TRAPS= 149 149 149 149 149 149 149 149 149 149 \ -# 149 149 149 149 149 150 149 149 149 149 \ -# 149 149 -# -#EFFECTS= 161 162 163 164 165 166 167 168 \ -# 169 170 171 172 \ -# 173 174 175 176 177 178 179 180 \ -# 181 182 183 184 185 186 187 188 189 -# -# -# Font: a "standard" font like 6x13 -# Note that this version is unlikely to work on a tty on a Unix system because -# many of these characters are also control characters. -# -#DUNGEON = 032 025 018 013 012 014 011 015 023 024 \ -# 022 021 031 045 124 043 043 035 035 031 \ -# 035 001 060 062 060 062 019 124 092 035 \ -# 123 125 031 125 046 046 035 035 046 127 \ -# 125 -# -#TRAPS= 094 094 094 094 094 094 094 094 094 094 \ -# 094 094 094 094 094 002 094 094 094 094 \ -# 094 094 -# -#EFFECTS= 124 045 092 047 042 033 041 040 \ -# 048 035 064 042 \ -# 047 045 092 124 124 092 045 047 \ -# 047 064 092 064 064 064 092 064 047 diff --git a/games-roguelike/nethack/files/nethack-3.4.3-recover.patch b/games-roguelike/nethack/files/nethack-3.4.3-recover.patch deleted file mode 100644 index 3ad80b072bfc..000000000000 --- a/games-roguelike/nethack/files/nethack-3.4.3-recover.patch +++ /dev/null @@ -1,94 +0,0 @@ ---- doc/recover.6 2003-12-07 18:39:13.000000000 -0500 -+++ doc/nethack-recover.6 2010-03-02 16:03:26.978172561 -0500 -@@ -1,9 +1,9 @@ --.TH RECOVER 6 "9 January 1993" -+.TH NETHACK-RECOVER 6 "9 January 1993" - .UC 4 - .SH NAME --recover \- recover a NetHack game interrupted by disaster -+nethack-recover \- nethack-recover a NetHack game interrupted by disaster - .SH SYNOPSIS --.B recover -+.B nethack-recover - [ - .B \-d - .I directory -@@ -21,7 +21,7 @@ - The - .I base - options tell --.I recover -+.I nethack-recover - which files to process. - Each base option specifies recovery of a separate game. - .PP -@@ -56,24 +56,24 @@ - or "xlock" if the number of concurrent players is being limited. - It may be necessary to look in the playground to find the correct - base name of the interrupted game. --.I recover -+.I nethack-recover - will transform these level files into a save file of the same name as - .I nethack - would have used. - .PP - Since --.I recover -+.I nethack-recover - must be able to read and delete files from the playground - and create files in the save directory, - it has interesting interactions with game security. - Giving ordinary players access to --.I recover -+.I nethack-recover - through setuid or setgid is tantamount to leaving the playground - world-writable, - with respect to both cheating and messing up other players. - For a single-user system, this of course does not change anything, - so some of the microcomputer ports install --.I recover -+.I nethack-recover - by default. - .PP - For a multi-user system, -@@ -81,22 +81,22 @@ - playground to be fed to recover when the host machine boots, - and handle game crashes individually. - If the user population is sufficiently trustworthy, --.I recover -+.I nethack-recover - can be installed with the same permissions the - .I nethack - executable has. - In either case, --.I recover -+.I nethack-recover - is easily compiled from the distribution utility directory. - .SH NOTES - .PP - Like - .I nethack - itself, --.I recover -+.I nethack-recover - will overwrite existing savefiles of the same name. - Savefiles created by --.I recover -+.I nethack-recover - are uncompressed; - they may be compressed afterwards if desired, - but even a compression-using -@@ -106,11 +106,11 @@ - nethack(6) - .SH BUGS - .PP --.I recover -+.I nethack-recover - makes no attempt to find out if a base name specifies a game in progress. - If multiple machines share a playground, this would be impossible to - determine. - .PP --.I recover -+.I nethack-recover - should be taught to use the nethack playground locking mechanism to - avoid conflicts. diff --git a/games-roguelike/nethack/metadata.xml b/games-roguelike/nethack/metadata.xml index 26addb7c2076..e845c650af5e 100644 --- a/games-roguelike/nethack/metadata.xml +++ b/games-roguelike/nethack/metadata.xml @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>aranea@aixah.de</email> - <name>Luis Ressel</name> - <description>Maintainer</description> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">nethack</remote-id> - </upstream> - <use> - <flag name="experimental">Enable experimental features (showscore and status_hilite)</flag> - </use> + <maintainer type="person"> + <email>aranea@aixah.de</email> + <name>Luis Ressel</name> + <description>Proxied maintainer; set to assignee in all bugs</description> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">nethack</remote-id> + </upstream> + <use> + <flag name="experimental">Enable experimental features (showscore and status_hilite)</flag> + </use> </pkgmetadata> diff --git a/games-roguelike/nethack/nethack-3.4.3-r5.ebuild b/games-roguelike/nethack/nethack-3.4.3-r5.ebuild deleted file mode 100644 index 3746bd966d84..000000000000 --- a/games-roguelike/nethack/nethack-3.4.3-r5.ebuild +++ /dev/null @@ -1,229 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils toolchain-funcs flag-o-matic user - -MY_PV=${PV//.} -DESCRIPTION="The ultimate old-school single player dungeon exploration game" -HOMEPAGE="http://www.nethack.org/" -SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz" - -LICENSE="nethack" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="X" - -RDEPEND="sys-libs/ncurses:0= - X? ( - x11-libs/libXaw - x11-libs/libXpm - x11-libs/libXt - )" -DEPEND="${RDEPEND} - virtual/pkgconfig - X? ( - x11-proto/xproto - x11-apps/bdftopcf - x11-apps/mkfontdir - )" - -BINDIR="/usr/games/bin" -STATEDIR="/var/games/${PN}" - -NETHACK_GROUP="gamestat" - -pkg_setup() { - HACKDIR="/usr/$(get_libdir)/${PN}" - - enewgroup gamestat 36 -} - -src_prepare() { - # This copies the /sys/unix Makefile.*s to their correct places for - # seding and compiling. - cd "sys/unix" || die "Could not go into sys/unix directory" - source setup.sh || die - - cd ../.. || die "Failed to get back to main directory" - epatch \ - "${FILESDIR}"/${PV}-gentoo-paths.patch \ - "${FILESDIR}"/${PV}-default-options.patch \ - "${FILESDIR}"/${PV}-bison.patch \ - "${FILESDIR}"/${PV}-macos.patch \ - "${FILESDIR}"/${P}-gibc210.patch \ - "${FILESDIR}"/${P}-recover.patch - - epatch_user - - mv doc/recover.6 doc/nethack-recover.6 || die "Could not rename recover.6 to nethack-recover.6" - - sed -i \ - -e "s:GENTOO_STATEDIR:${STATEDIR}:" include/unixconf.h \ - || die "setting statedir" - sed -i \ - -e "s:GENTOO_HACKDIR:${HACKDIR}:" include/config.h \ - || die "setting hackdir" - # set the default pager from the environment bug #52122 - if [[ -n "${PAGER}" ]] ; then - sed -i \ - -e "115c\#define DEF_PAGER \"${PAGER}\"" \ - include/unixconf.h \ - || die "setting statedir" - # bug #57410 - sed -i \ - -e "s/^DATNODLB =/DATNODLB = \$(DATHELP)/" Makefile \ - || die "sed Makefile failed" - fi - - # sys-libs/ncurses[tinfo] - sed -i \ - -e '/^WINTTYLIB/s| = .*| = '"$( - $(tc-getPKG_CONFIG) --libs ncurses - )"'|g' \ - src/Makefile || die - - if use X ; then - epatch "${FILESDIR}/${PV}-X-support.patch" - fi -} - -src_compile() { - local lflags="${LDFLAGS}" - - cd "${S}"/src || die "Failed to enter src directory" - append-flags -I../include - - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LFLAGS="${lflags}" \ - ../util/makedefs - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LFLAGS="${lflags}" - cd "${S}"/util || die "Failed to enter util directory" - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LFLAGS="${lflags}" \ - recover -} - -src_install() { - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - GAMEPERM=02755 \ - GAMEUID="root" GAMEGRP="${NETHACK_GROUP}" \ - PREFIX="${D}/usr" \ - GAMEDIR="${D}/${HACKDIR}" \ - SHELLDIR="${D}/${BINDIR}" \ - install - - # We keep this stuff in STATEDIR instead so tidy up. - rm -rf "${D}/${HACKDIR}/"{nethack,recover,save} - - exeinto "${BINDIR}" - newexe src/nethack nethack-bin - newexe util/recover recover-nethack - - # The final nethack is a sh script. This fixes the hard-coded - # HACKDIR directory so it doesn't point to ${D}/usr/share/nethackdir - # and points HACK to BINDIR/nethack-bin (see above) - sed -i \ - -e "s:^\(HACKDIR=\).*$:\1${HACKDIR}:; - s:^\(HACK=\).*$:\1${BINDIR}/nethack-bin:" \ - "${D}/${BINDIR}/nethack" \ - || die "sed /${BINDIR}/nethack failed" - - doman doc/*.6 - dodoc doc/*.txt - - insinto /etc/skel - newins "${FILESDIR}/${P}-nethackrc" .nethackrc - - local windowtypes="tty" - use X && windowtypes="${windowtypes} x11" - set -- ${windowtypes} - sed -i \ - -e "s:GENTOO_WINDOWTYPES:${windowtypes}:" \ - -e "s:GENTOO_DEFWINDOWTYPE:$1:" \ - "${D}/etc/skel/.nethackrc" \ - || die "sed /etc/skel/.nethackrc failed" - - if use X ; then - # install nethack fonts - cd "${S}/win/X11" || die "Failed to enter win/X11 directory" - bdftopcf -o nh10.pcf nh10.bdf || die "Converting fonts failed" - bdftopcf -o ibm.pcf ibm.bdf || die "Converting fonts failed" - insinto "${HACKDIR}/fonts" - doins *.pcf - cd "${D}/${HACKDIR}/fonts" || die "Failed to enter fonts directory" - mkfontdir || die "The action mkfontdir ${HACKDIR}/fonts failed" - - # copy nethack x application defaults - cd "${S}/win/X11" || die "Failed to enter win/X11 directory again" - insinto /etc/X11/app-defaults - newins NetHack.ad NetHack - sed -i \ - -e 's:^!\(NetHack.tile_file.*\):\1:' \ - "${D}/etc/X11/app-defaults/NetHack" \ - || die "sed /etc/X11/app-defaults/NetHack failed" - - newicon nh_icon.xpm nethack.xpm - make_desktop_entry ${PN} Nethack - fi - - keepdir "${STATEDIR}/save" - rm "${D}/${HACKDIR}/"{logfile,perm,record} - - fowners -R "root:${NETHACK_GROUP}" "${STATEDIR}" - fperms -R 660 "${STATEDIR}" - fperms 770 "${STATEDIR}" "${STATEDIR}/save" - - fowners "root:${NETHACK_GROUP}" ${BINDIR}/nethack-bin - fperms g+s ${BINDIR}/nethack-bin -} - -pkg_preinst() { - if has_version "<${CATEGORY}/${PN}-3.4.3-r3" ; then - migration=true - - # preserve STATEDIR/{logfile,record} - # (previous ebuild rev mistakenly removes it) - for f in "${ROOT}/${STATEDIR}/"{logfile,record} ; do - if [[ -e "$f" ]] ; then - cp "$f" "$T" || die "Failed to preserve ${ROOT}/${STATEDIR} files" - else - touch "$T/$f" || die "Failed to preserve ${ROOT}/${STATEDIR} files" - fi - done - fi -} - -pkg_postinst() { - cd "${ROOT}/${STATEDIR}" || die "Failed to enter ${STATEDIR} directory" - - if [[ -v migration ]] ; then - cp "$T/"{logfile,record} . || - die "Failed to preserve ${ROOT}/${STATEDIR} files" - - chown -R root:"${NETHACK_GROUP}" . && - chmod -R 660 . && - chmod 770 . save || - die "Adjustment of file permissions in ${ROOT}/${STATEDIR} failed" - fi - - # we don't want to overwrite existing files, as they contain user data - local files="logfile perm record" - - touch $files && - chmod 660 $files && - chown root:"${NETHACK_GROUP}" $files || - die "Adjustment of file permissions in "${ROOT}/${STATEDIR}" failed" - - elog "You may want to look at /etc/skel/.nethackrc for interesting options" -} diff --git a/games-roguelike/nethack/nethack-3.6.0.ebuild b/games-roguelike/nethack/nethack-3.6.0-r2.ebuild index f627cad5b44b..7f8d2befda1f 100644 --- a/games-roguelike/nethack/nethack-3.6.0.ebuild +++ b/games-roguelike/nethack/nethack-3.6.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils toolchain-funcs flag-o-matic user MY_PV=${PV//.} @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/nethack/${PN}-${MY_PV}-src.tgz" LICENSE="nethack" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="X" +IUSE="experimental X" RDEPEND="sys-libs/ncurses:0= X? ( @@ -41,8 +41,8 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}/${P}-recover.patch" - epatch_user + eapply "${FILESDIR}/${P}-recover.patch" + eapply_user cp "${FILESDIR}/${P}-hint-$(usex X x11 tty)" hint || die "Failed to copy hint file" sys/unix/setup.sh hint || die "Failed to run setup.sh" @@ -52,34 +52,28 @@ src_compile() { append-cflags -I../include -DDLB -DSECURE -DLINUX -DTIMED_DELAY -DVISION_TABLES append-cflags '-DCOMPRESS=\"/bin/gzip\"' '-DCOMPRESS_EXTENSION=\".gz\"' append-cflags "-DHACKDIR=\\\"${HACKDIR}\\\"" "-DVAR_PLAYGROUND=\\\"${STATEDIR}\\\"" - append-cflags "-DLOCKDIR=\\\"${STATEDIR}\\\"" "-DDEF_PAGER=\\\"${PAGER}\\\"" + append-cflags "-DDEF_PAGER=\\\"${PAGER}\\\"" append-cflags -DSYSCF "-DSYSCF_FILE=\\\"/etc/nethack.sysconf\\\"" use X && append-cflags -DX11_GRAPHICS -DUSE_XPM + use experimental && + append-cflags -DSTATUS_VIA_WINDOWPORT -DSTATUS_HILITES -DSCORE_ON_BOTL - emake \ - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" \ - WINTTYLIB="$($(tc-getPKG_CONFIG) --libs ncurses)" \ - HACKDIR="${HACKDIR}" INSTDIR="${D}/${HACKDIR}" \ - SHELLDIR="${D}/${BINDIR}" VARDIR="${D}/${STATEDIR}" \ - nethack recover Guidebook spec_levs + makeopts=( + CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" + WINTTYLIB="$($(tc-getPKG_CONFIG) --libs ncurses)" + HACKDIR="${HACKDIR}" INSTDIR="${D}/${HACKDIR}" + SHELLDIR="${D}/${BINDIR}" VARDIR="${D}/${STATEDIR}" + ) + + emake "${makeopts[@]}" nethack recover Guidebook spec_levs # Upstream still has some parallel compilation bugs - emake -j1 \ - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" \ - WINTTYLIB="$($(tc-getPKG_CONFIG) --libs ncurses)" \ - HACKDIR="${HACKDIR}" INSTDIR="${D}/${HACKDIR}" \ - SHELLDIR="${D}/${BINDIR}" VARDIR="${D}/${STATEDIR}" \ - all + emake -j1 "${makeopts[@]}" all } src_install() { - emake \ - CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" \ - WINTTYLIB="$($(tc-getPKG_CONFIG) --libs ncurses)" \ - HACKDIR="${HACKDIR}" INSTDIR="${D}/${HACKDIR}" \ - SHELLDIR="${D}/${BINDIR}" VARDIR="${D}/${STATEDIR}" \ - install + emake "${makeopts[@]}" install exeinto "${BINDIR}" newexe util/recover recover-nethack @@ -93,16 +87,7 @@ src_install() { newins sys/unix/sysconf nethack.sysconf insinto /etc/skel - newins "${FILESDIR}/${PN}-3.4.3-nethackrc" .nethackrc - - local windowtypes="tty" - use X && windowtypes="x11 ${windowtypes}" - set -- ${windowtypes} - sed -i \ - -e "s:GENTOO_WINDOWTYPES:${windowtypes}:" \ - -e "s:GENTOO_DEFWINDOWTYPE:$1:" \ - "${D}/etc/skel/.nethackrc" \ - || die "sed /etc/skel/.nethackrc failed" + newins "${FILESDIR}/${P}-nethackrc" .nethackrc if use X ; then cd "${S}/win/X11" || die "Failed to enter win/X11 directory" @@ -134,30 +119,9 @@ src_install() { fperms g+s "${HACKDIR}/nethack" } -pkg_preinst() { - if has_version "<${CATEGORY}/${PN}-3.4.3-r3" ; then - migration=true - - # preserve STATEDIR/{logfile,record} - # (previous ebuild rev mistakenly removes it) - for f in "${ROOT}/${STATEDIR}/"{logfile,record} ; do - if [[ -e "$f" ]] ; then - cp "$f" "$T" || die "Failed to preserve ${ROOT}/${STATEDIR} files" - else - touch "$T/$f" || die "Failed to preserve ${ROOT}/${STATEDIR} files" - fi - done - fi -} - pkg_postinst() { cd "${ROOT}/${STATEDIR}" || die "Failed to enter ${STATEDIR} directory" - if [[ -v migration ]] ; then - cp "$T/"{logfile,record} . || - die "Failed to preserve ${ROOT}/${STATEDIR} files" - fi - touch logfile perm record xlogfile || die "Failed to create log files" chown -R root:"${NETHACK_GROUP}" . && diff --git a/mate-base/caja/Manifest b/mate-base/caja/Manifest index 229c6283970d..926dc2e6ee3f 100644 --- a/mate-base/caja/Manifest +++ b/mate-base/caja/Manifest @@ -1,2 +1,3 @@ +DIST caja-1.10.4.tar.xz 3585224 SHA256 0294f6ab2017c84e5838bc3f01d3984a4cd6c9328f733a9a183238203f64555f SHA512 42b1daf015f588842e5a02bbb3ad4f0432d20c99cc702c02056a6cf6a97161fcbacf5dbdaf503d9ce029e107e1523666fae255887700d1f87e26b594f9546ecd WHIRLPOOL 2c46fafff948f724f692da1ccdb851dce5247f08c2be59a8d2d7ad25dceecdf37dafe500320b34bad150f3238b3e85157a558fa924f7a54ec5623bee8a232f7c DIST caja-1.8.1.tar.xz 3647396 SHA256 6706fc853a6cc6a2f0a012cd08b396f2f72607bc6c50cf6dfd5b38c64d7c6818 SHA512 d3bddd25c355e8f9aad810ccec302e08f5be4992dd8680a88f6ab552fd56f0a1517dd71eef6d3f7c35aca7acad7fed63f2af9fdbb0eb65e9b6751d97f7465367 WHIRLPOOL 3c0aaf0a23e142099312272feebb71ad9272e58b47d1bb152f12cb7aeda62235624d33ed66e5e4da3cd2c38bb4aeadfd9ccc9b0b92d456c4615b834afabdd215 DIST caja-1.8.2.tar.xz 3596308 SHA256 99331a7439c346382c3b82c889fee9aaabca8760e9c7dfb60041c1fbcd2c6ac0 SHA512 0e704639ea895081f4175f88437d54635cf8b0891e04afda9f9cf87b6edae3ae32de35279f40518fb7044ef8fe38d1b2700acb5a93708e34e8ce2d6e7bc23ad6 WHIRLPOOL 28ec0d5f04c55bd71b368249a64bb0add323e3a0935d39e44b1f9c4919cfc4bfe3ce81d7e527a01abf033023405bdc272654a7ea05520004da7fb159e6abe47b diff --git a/mate-base/caja/caja-1.10.4.ebuild b/mate-base/caja/caja-1.10.4.ebuild new file mode 100644 index 000000000000..4572a7c5bd0e --- /dev/null +++ b/mate-base/caja/caja-1.10.4.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 versionator virtualx + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Caja file manager for the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2 LGPL-2 FDL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="+mate +introspection xmp" + +RDEPEND="dev-libs/atk:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libunique-1:1 + >=dev-libs/libxml2-2.4.7:2 + gnome-base/dconf:0 + >=gnome-base/gvfs-1.10.1:0[udisks] + >=mate-base/mate-desktop-1.10:0 + >=media-libs/libexif-0.6.14:0 + >=x11-libs/gtk+-2.24:2[introspection?] + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + x11-libs/libICE:0 + x11-libs/libSM:0 + x11-libs/libX11:0 + x11-libs/libXext:0 + x11-libs/libXft:0 + x11-libs/libXrender:0 + >=x11-libs/pango-1.1.2:0 + virtual/libintl:0 + introspection? ( >=dev-libs/gobject-introspection-0.6.4:0 ) + xmp? ( >=media-libs/exempi-1.99.5:2 )" + +DEPEND="${RDEPEND} + !!mate-base/mate-file-manager + >=dev-lang/perl-5:0= + dev-util/gdbus-codegen:0 + >=dev-util/intltool-0.40.1:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +PDEPEND="mate? ( >=x11-themes/mate-icon-theme-1.10:0 )" + +# TODO: Test fails because Caja is not merged yet: +# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not installed +RESTRICT="test" + +src_prepare() { + # Remove unnecessary CFLAGS. + sed -i -e 's:-DG.*DISABLE_DEPRECATED::g' \ + configure{,.ac} eel/Makefile.{am,in} || die + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-packagekit \ + --disable-update-mimedb \ + --with-gtk=2.0 \ + $(use_enable introspection) \ + $(use_enable xmp) +} + +DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO" + +src_test() { + unset SESSION_MANAGER + unset DBUS_SESSION_BUS_ADDRESS + + Xemake check || die "Test phase failed" +} + +pkg_postinst() { + gnome2_pkg_postinst + + elog "Caja can use gstreamer to preview audio files. Just make sure" + elog "to have the necessary plugins available to play the media type you" + elog "want to preview." +} diff --git a/mate-base/libmatekbd/Manifest b/mate-base/libmatekbd/Manifest index c7a69528afa1..b281c7c33126 100644 --- a/mate-base/libmatekbd/Manifest +++ b/mate-base/libmatekbd/Manifest @@ -1 +1,2 @@ +DIST libmatekbd-1.10.1.tar.xz 358364 SHA256 0e4d8e9c121d4ceaaa0e15e3eff45f23b1a68e06232efdd43db2a99c0c8e1800 SHA512 1164f6d7813687657f4e55e9c5540c19fb0c57f37fcf22be06fb5ccdbe56d8c1604a8ed253da8b93e46a1d322a7d3a279b0f04abb3cc9ff7a48c37d47a052091 WHIRLPOOL a4c86229659fd23e5bb324472b6e54f34bafb44d63447c638cce813e4903dbfcc564bb6cdbd278ee72abf42b1138e973b7c381e86e1802c7fb6795b687e727f8 DIST libmatekbd-1.8.0.tar.xz 364024 SHA256 b0e4b0e5388057a26e0ccd960b6f95281519805a4b46ac9a97ccc2ab62706f8d SHA512 4b789722a96bbb83e5baf5d7da668771a95dcdd678b137979ba990a7ae14129542fe7339b86706142b97ee3975d620b951a8c49833353c619474e8955d3a45bc WHIRLPOOL ede20a3037d47536fd610b23d042d1dd6cb3b46b08932fcf93104f470644f6cc697272c827eb06747f6ba3a236e6fb921ee4b6c78f115e3375ae3f2b8fd91c39 diff --git a/mate-base/libmatekbd/libmatekbd-1.10.1.ebuild b/mate-base/libmatekbd/libmatekbd-1.10.1.ebuild new file mode 100644 index 000000000000..0af7fb26f2fd --- /dev/null +++ b/mate-base/libmatekbd/libmatekbd-1.10.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE keyboard configuration library" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X test" + +RDEPEND=">=dev-libs/glib-2.36:2 + x11-libs/cairo:0 + >=x11-libs/gdk-pixbuf-2.24:2 + >=x11-libs/gtk+-2.24:2 + x11-libs/libX11:0 + >=x11-libs/libxklavier-5.0:0 + x11-libs/pango:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + sys-devel/gettext:* + >=dev-util/intltool-0.35:* + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure \ + --with-gtk=2.0 \ + $(use_enable test tests) \ + $(use_with X x) +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild new file mode 100644 index 000000000000..51246ec60558 --- /dev/null +++ b/mate-base/mate-applets-meta/mate-applets-meta-1.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +DESCRIPTION="Meta package for MATE panel applets" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="appindicator sensors" + +DEPEND="" +RDEPEND=" =mate-base/mate-applets-${MATE_BRANCH}* + appindicator? ( =mate-extra/mate-indicator-applet-${MATE_BRANCH}* ) + sensors? ( =mate-extra/mate-sensors-applet-${MATE_BRANCH}* ) +" diff --git a/mate-base/mate-applets-meta/metadata.xml b/mate-base/mate-applets-meta/metadata.xml new file mode 100644 index 000000000000..1d4f0490d71b --- /dev/null +++ b/mate-base/mate-applets-meta/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>mate@gentoo.org</email> + <name>Gentoo MATE Desktop</name> + </maintainer> + <use> + <flag name="appindicator">Pull in <pkg>mate-extra/mate-indicator-applet</pkg> + for AppIndicator applet</flag> + <flag name="sensors">Pull in <pkg>mate-extra/mate-sensors-applet</pkg> + for hw sensors applet</flag> + </use> +</pkgmetadata> diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest index 8c7e411fe590..62063b4e93be 100644 --- a/mate-base/mate-applets/Manifest +++ b/mate-base/mate-applets/Manifest @@ -1,2 +1,3 @@ +DIST mate-applets-1.10.4.tar.xz 6850348 SHA256 e713b4205a901048120d48578dc86e87d2f87a294484110a331acdf77f4f48c2 SHA512 4e1fd0523cb1f50bf056f6805b048137442360eb8ec8c05b02c3075e48acb79a5150056b1c815439659048958c11def8141fe3df917d5da8d608adfb6c330ee3 WHIRLPOOL ed0cfe389168f01b081852716a3df459bc6ee63de67cd802b56f42daf7a8447e5a524f5dfaf45cae8d7d553ee7bbf8ca3371bd77f174f27bb0b6d1377ad53298 DIST mate-applets-1.8.0.tar.xz 6911348 SHA256 e1798784cf2828803e8bae4660a7bcd4c5a44b510217a50c650cfcaacadf71c1 SHA512 d5d211377df4e7bb0135babee7f49fb1fdc894d3fee3a4a485efe0b47d392d0534a1aa978743730e927420f9607efb761b4d3e6814a76aa393aa892788055e35 WHIRLPOOL 69bc6167b2907463660e75fa9a69a97ee9f4d106c8ace983492c78631f603198f93396ed5d58abd87ffd123188503ddee222527aac28a998aa738b4aa76ad288 DIST mate-applets-1.8.1.tar.xz 6877876 SHA256 6f1a88453e526a7ee67e14fa4d6b3dc74fb954a1465c7cb3a76f205389a2df83 SHA512 054d74be78175a4b8d29f854d6ee9c4eaadca518c6382a58230b0131115aff30567c4005f8601c5c6fc629d8c2b46d2512c24cb235c35d921d6fcd97a7ef24d9 WHIRLPOOL c426ba49c5e52541ca55843422249c487da7a05a1cf06c54f3db601b548a231c629ebbed504e5ae3552705096ec3506e29c17e30530dafdffd2b654dd0732434 diff --git a/mate-base/mate-applets/mate-applets-1.10.4.ebuild b/mate-base/mate-applets/mate-applets-1.10.4.ebuild new file mode 100644 index 000000000000..c00d2a159039 --- /dev/null +++ b/mate-base/mate-applets/mate-applets-1.10.4.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_7 ) + +inherit eutils gnome2 python-single-r1 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Applets for the MATE Desktop and Panel" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X ipv6 policykit +upower" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + app-text/rarian:0 + dev-libs/atk:0 + >=dev-libs/dbus-glib-0.74:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libmateweather-1.10:0 + >=dev-libs/libxml2-2.5:2 + dev-python/pygobject:3 + >=gnome-base/libgtop-2.11.92:2= + >=mate-base/mate-desktop-1.10:0 + >=mate-base/mate-panel-1.10:0 + >=mate-base/mate-settings-daemon-1.10:0 + >=sys-apps/dbus-1.1.2:0 + sys-power/cpupower + upower? ( || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 ) ) + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24:2 + x11-libs/gtksourceview:2.0 + >=x11-libs/libnotify-0.7:0 + x11-libs/libX11:0 + >=x11-libs/libwnck-2.30:1 + x11-libs/pango:0 + >=x11-themes/mate-icon-theme-1.10:0 + virtual/libintl:0 + policykit? ( >=sys-auth/polkit-0.92:0 )" + +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.3 + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + >=dev-util/intltool-0.35:* + dev-libs/libxslt:0 + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure \ + --libexecdir=/usr/libexec/mate-applets \ + --with-cpufreq-lib=cpupower \ + $(use_enable ipv6) \ + $(use_enable policykit polkit) \ + $(use_with upower) \ + $(use_with X x) +} + +src_test() { + unset DBUS_SESSION_BUS_ADDRESS + emake check +} + +DOCS="AUTHORS ChangeLog NEWS README" + +src_install() { + python_fix_shebang invest-applet + gnome2_src_install + + local APPLETS="accessx-status battstat charpick command cpufreq drivemount + geyes invest-applet mateweather multiload null_applet stickynotes + timerapplet trashapplet" + + for applet in ${APPLETS}; do + docinto ${applet} + + for d in AUTHORS ChangeLog NEWS README README.themes TODO; do + [ -s ${applet}/${d} ] && dodoc ${applet}/${d} + done + done +} diff --git a/mate-base/mate-common/Manifest b/mate-base/mate-common/Manifest index 0fce9a16a211..dd16588b52f0 100644 --- a/mate-base/mate-common/Manifest +++ b/mate-base/mate-common/Manifest @@ -1 +1,2 @@ +DIST mate-common-1.10.0.tar.xz 72136 SHA256 a2193e5d2ae78aa3f7bdf5636fb46d8142d417be76885758bf3795bc5e73d822 SHA512 1b183fcfcef1f52b78829c57ebfcf5a3fc5720ca2049e16339df947436638c188ef04b825e7e28723e24d60108bee0f6971c8395abf8af5ea40d3b6397b99ba4 WHIRLPOOL 2bdf9eb1ddf531f1327735efa84b5b5c63b8a8c9a0aed09c4ec88f3919515f53691e9a066e941e35a9299d08c8fa3c1ff997011056ae268c40ed0221348732a6 DIST mate-common-1.8.0.tar.xz 71072 SHA256 0b04310e61d0f9a7dd3ba32aadae38a6d0089b464b134bf015472fc9f47a23cc SHA512 a73e42a8a09a444ace9cf54efdfecf8204db55800f1d04915bae724ad259c2f87c94b147f7299f081c700bed8659e06720a2af31e7d2c3ceb42cb6cab8ea1818 WHIRLPOOL 5083276c41b02be82e1789c1d35a1d8292faf460be5b8e045593f4915f7b274671bfd3d8c02b740b2bd8ff3778d9e1f49e7fb2c1b683f3715f6306bf3fbfa2cb diff --git a/mate-base/mate-common/mate-common-1.10.0.ebuild b/mate-base/mate-common/mate-common-1.10.0.ebuild new file mode 100644 index 000000000000..523925e35d20 --- /dev/null +++ b/mate-base/mate-common/mate-common-1.10.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Common files for development of MATE packages" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_install() { + mv doc-build/README README.doc-build \ + || die "Failed to rename doc-build/README." + + default + + dodoc doc/usage.txt +} diff --git a/mate-base/mate-control-center/Manifest b/mate-base/mate-control-center/Manifest index 88707495f4c9..e893b3bf8247 100644 --- a/mate-base/mate-control-center/Manifest +++ b/mate-base/mate-control-center/Manifest @@ -1,2 +1,3 @@ +DIST mate-control-center-1.10.2.tar.xz 1292432 SHA256 9ae8ddfb622305a02b8463f362fda90bc49096ad9b3dbeedf9b2b71efdb9129d SHA512 67c05300d7e7ef01fa2ae3e65623ce26a1e0da6a3d88c1557cdea5c9b37d5ca3f38a4ff8fe4c1f6ab59bffd9a3ac86bf19f93cf9470e4f5cc94e391e0f619878 WHIRLPOOL 144ddff87e9a44f955fce499d51c81e30b8b11dc556783de83af0c962c269a453a3f34c84ab140a736235d85136c8150e9d5fd68bc5723f1db1183545bdb16ad DIST mate-control-center-1.8.1.tar.xz 1306504 SHA256 caf482b5944680b5f3e03334bd5932d2f7befda1855d0abb2aef73fbe9e5e8f0 SHA512 12edce98ebe45925ca3b4539d43a940f7d7de72163a9d4d742ff801fbc1198a980790e8e87366fffcdbd172e8b2f18de1fcffc8912c41b66fc6bdf28d2e800e7 WHIRLPOOL ccf44af90596dd493a67c52ffa068ccec1a1e6a62102f1d15eb308a4e63f7e1a7cd08a2b283c967a964dcc2afcc19cd2c2da578b5525034e1e18b2526ba873ca DIST mate-control-center-1.8.3.tar.xz 1306248 SHA256 97bfb66ac0283dcdeae5ec0104ff83b8c644768f8e508b7d227e2a1139934e36 SHA512 bb6b82ef9cb733fa4531a70aea969e5fa67f3066ff958f89cdf30d50671c3a6a169559f0b2e4df97846969611b043428f44420d6dfa4d6299fa624d46ec1f0e2 WHIRLPOOL 0535deb4f3bab926264223cccb3406bc9ec4fa22d1ffe3f11c2fa424101030df86495be71840dadb1248a6a61a08a20cc74c42bda7cfb8025e5f43e3e9e0ab28 diff --git a/mate-base/mate-control-center/mate-control-center-1.10.2.ebuild b/mate-base/mate-control-center/mate-control-center-1.10.2.ebuild new file mode 100644 index 000000000000..4dbb926d01bc --- /dev/null +++ b/mate-base/mate-control-center/mate-control-center-1.10.2.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="The MATE Desktop configuration tool" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-text/rarian:0 + dev-libs/atk:0 + >=dev-libs/dbus-glib-0.73:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libunique-1:1 + dev-libs/libxml2:2 + >=gnome-base/dconf-0.13.4:0 + >=gnome-base/librsvg-2.0:2 + >=mate-base/libmatekbd-1.10:0 + >=mate-base/mate-desktop-1.10:0 + >=mate-base/caja-1.10:0 + >=mate-base/mate-menus-1.10:0 + >=mate-base/mate-settings-daemon-1.10:0 + >=media-libs/fontconfig-1:1.0 + media-libs/freetype:2 + media-libs/libcanberra:0[gtk] + >=sys-apps/dbus-1:0 + x11-apps/xmodmap:0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24:2 + x11-libs/libX11:0 + x11-libs/libXScrnSaver:0 + x11-libs/libXcursor:0 + x11-libs/libXext:0 + x11-libs/libXft:0 + >=x11-libs/libXi-1.2:0 + x11-libs/libXrandr:0 + x11-libs/libXrender:0 + x11-libs/libXxf86misc:0 + >=x11-libs/libxklavier-4:0 + x11-libs/pango:0 + >=x11-wm/marco-1.10:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + dev-util/desktop-file-utils:0 + >=dev-util/intltool-0.37.1:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + x11-proto/kbproto:0 + x11-proto/randrproto:0 + x11-proto/renderproto:0 + x11-proto/scrnsaverproto:0 + x11-proto/xextproto:0 + x11-proto/xf86miscproto:0 + x11-proto/xproto:0 + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure \ + --disable-update-mimedb \ + --disable-appindicator +} + +src_compile() { + emake +} + +DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/mate-base/mate-desktop/Manifest b/mate-base/mate-desktop/Manifest index c374cef6700f..b09bc0882a0e 100644 --- a/mate-base/mate-desktop/Manifest +++ b/mate-base/mate-desktop/Manifest @@ -1 +1,2 @@ +DIST mate-desktop-1.10.2.tar.xz 9100064 SHA256 8b09bc357f8fc874cda06944fee6fa828e2e6e45730bbc07dc0bb2eeed3cbad6 SHA512 71853f3c418da826229dfaf86abd98483b0a9984d9b92cac9ec7e94f3cce5996ea6def2e69d4e20eb56bf12fe99131e886ab576d269c492a4d92f18c77a7eccd WHIRLPOOL bd611bcb8c46d188fe35e335210bedf1f4a1dec2f756b1a0fd65097c054270a4e12f49844eb6d526a00ae9c4c1fecf0d50cce749d90eca6bec6f54ffc3e6f8ac DIST mate-desktop-1.8.1.tar.xz 8027312 SHA256 a4e1316f9468150e30495b54024fbc9f98e12cc7f9750d972f5457f13ca908f3 SHA512 64c32ea32a0e0e88df314297b2b45c5a6da2747a3bed41437eb17bf282511a4d01bd678728005a6301f93ae2b3c09a38039af85a8666d18e51958d6ffa091d9b WHIRLPOOL f5ed8a0b338b453ccbf7fcb560dd2490f43edceff21c8b6104eb91e8df6e016890174d34a1be3eec2b20322fd34a5c9ce553d0450a533407d4ef8269ff1aa4f8 diff --git a/mate-base/mate-desktop/mate-desktop-1.10.2.ebuild b/mate-base/mate-desktop/mate-desktop-1.10.2.ebuild new file mode 100644 index 000000000000..deb0c1455a64 --- /dev/null +++ b/mate-base/mate-desktop/mate-desktop-1.10.2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 multilib python-r1 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Libraries for the MATE desktop that are not part of the UI" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X +introspection startup-notification +user-guide" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=dev-libs/glib-2.36:2 + x11-libs/cairo:0 + >=x11-libs/gdk-pixbuf-2.4:2[introspection?] + >=x11-libs/gtk+-2.24:2[introspection?] + x11-libs/libX11:0 + >=x11-libs/libXrandr-1.2:0 + virtual/libintl:0 + introspection? ( >=dev-libs/gobject-introspection-0.9.7 ) + startup-notification? ( >=x11-libs/startup-notification-0.5:0 )" + +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools:0 + >=dev-util/intltool-0.40:* + >=gnome-base/dconf-0.10:0 + sys-devel/gettext:* + >=x11-proto/randrproto-1.2:0 + x11-proto/xproto:0 + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure \ + --enable-mate-about \ + --enable-mate-conf-import \ + --with-gtk=2.0 \ + $(use_with X x) \ + $(use_enable introspection) \ + $(use_enable startup-notification) \ + $(use_enable user-guide) +} + +DOCS="AUTHORS ChangeLog HACKING NEWS README" + +src_install() { + gnome2_src_install + + python_replicate_script "${ED}"/usr/bin/mate-conf-import +} diff --git a/mate-base/mate-desktop/metadata.xml b/mate-base/mate-desktop/metadata.xml index 5357a7cfa715..8f13676aba87 100644 --- a/mate-base/mate-desktop/metadata.xml +++ b/mate-base/mate-desktop/metadata.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> + <maintainer type="project"> <email>mate@gentoo.org</email> <name>Gentoo MATE Desktop</name> </maintainer> + <use> + <flag name="user-guide">Install MATE user guide</flag> + </use> <upstream> <remote-id type="github">mate-desktop/mate-desktop</remote-id> </upstream> diff --git a/mate-base/mate-menus/Manifest b/mate-base/mate-menus/Manifest index 67097f395704..a1f70d68399e 100644 --- a/mate-base/mate-menus/Manifest +++ b/mate-base/mate-menus/Manifest @@ -1 +1,2 @@ +DIST mate-menus-1.10.1.tar.xz 342516 SHA256 bd46d676bd4780f815d8343f8a8c3e67645c85fb812a943a0a69e664d3dcddbc SHA512 f0a96334c71052060d2f40b309b91a0a6464f8bd8135e43b29b3e9c67332b01205ffe1a3e2b262b910bbd0a679acd4ebd67b6de604c1e5cfb2bc42bf54028a86 WHIRLPOOL ae24e8bb2b99966e7676f535f6c9d0bfd32223d0dd9e9c5a371c40b15ce9b788cf9b0a7af7df1a2f5880b2fa03aa12fe45e43caaaba48450164c8bc23e47aa4a DIST mate-menus-1.8.0.tar.xz 342768 SHA256 0610c1c5c2348e8bcd1dae7bed808c451917a69b31d4b80de2b2f6288005b43c SHA512 724c0f4d98cabcc8d186e27024f116ba97ed4219ea563aecf14c22ef8d6b4dc1f5281ace2f836a5cfa32984e43cb3dd2b0ac1a9390dde9d477394c74a62348a0 WHIRLPOOL e5671a62f60eb8560a62e9f5e12267cd8cae34817a51a31afc58e26d3787ec7e9bdd2e17e81a3119892f2dc03df11004455d4c75247bef224428041003f3439b diff --git a/mate-base/mate-menus/mate-menus-1.10.1.ebuild b/mate-base/mate-menus/mate-menus-1.10.1.ebuild new file mode 100644 index 000000000000..83a8d3570e6f --- /dev/null +++ b/mate-base/mate-menus/mate-menus-1.10.1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 python-r1 + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE menu system, implementing the F.D.O cross-desktop spec" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="debug +introspection python" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=">=dev-libs/glib-2.36.0:2 + virtual/libintl:0 + introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 ) + python? ( + dev-python/pygtk:2[${PYTHON_USEDEP}] + ${PYTHON_DEPS} + )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +my_command() { + if use python ; then + python_foreach_impl run_in_build_dir $@ + else + $@ + fi +} + +src_configure() { + G2CONF="${G2CONF} \ + $(use_enable python) \ + $(use_enable introspection)" + + # Do NOT compile with --disable-debug/--enable-debug=no as it disables API + # usage checks. + if ! use debug ; then + G2CONF="${G2CONF} --enable-debug=minimum" + fi + + if use python ; then + python_copy_sources + fi + + my_command gnome2_src_configure +} + +src_compile() { + my_command gnome2_src_compile +} + +src_test() { + my_command emake check +} + +DOCS="AUTHORS ChangeLog NEWS README" + +src_install() { + my_command gnome2_src_install + + exeinto /etc/X11/xinit/xinitrc.d/ + doexe "${FILESDIR}/10-xdg-menu-mate" +} diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest index 74bf05a2b592..4c078df11aad 100644 --- a/mate-base/mate-panel/Manifest +++ b/mate-base/mate-panel/Manifest @@ -1,2 +1,3 @@ +DIST mate-panel-1.10.1.tar.xz 1934576 SHA256 261702b4eaf5339a55629c5f31466fb7878d5a640f80f88edde54ed1b9eba444 SHA512 4e8e2eddf2d9ae51b2b332dc6d96130afe90a767d1aca9cbc7a60b77f1e39d233c7a1c2490f5d68f33c6bc2fc834aee9f6cfb888c0cf3ab4b7886880865c9e95 WHIRLPOOL d07913e8b09f3e6ac095a8cc801c06b83c598d38a63dfd39f8b619e736c453dcbf50ef5bb33bcf293b262687cdba4635ea7a16bc4375842b3634ae29ef6f7a40 DIST mate-panel-1.8.0.tar.xz 1930348 SHA256 ac20c42d1b2ae7bf08e4e701e12165e63753f80648c1ea4ff5297f3381481056 SHA512 bdac2baa567cb52cdb6ddf3ed1d20e9de496e22734538fbca8e9efa6c2d4263ea6c13800ff21cffa8e5383cc5ee875ae7982b0d6e0d0a704abcbd97e3c07c53a WHIRLPOOL 73090851f4410689f184beaafca8c587e8ecf633bffd1356212a8c145c60187de50f7c498e363ebd5f54ae51333e2a6dd6ab1d47c7f04c1318a76d6932fae3ba DIST mate-panel-1.8.1.tar.xz 1953156 SHA256 d53d1546577db3e45ce6b46b4a40b2edc066781cc1e864eef47ad07b0fdb3f19 SHA512 925189eedf604117b4b4033b77a6ec4096f5c663218ca6736d549cdfd69c5476eebed56688632a6a20d0e2de49bc09ebd8373ecf45f486161b012346bb2eff8b WHIRLPOOL bb298e1b4b4078409e3a6b7858e2abf1667339c8581ee728f95f8ab0ea63288598e9c205b63baed40a57b19268c062a099fc98600502fd3723675ccfc19baade diff --git a/mate-base/mate-panel/mate-panel-1.10.1.ebuild b/mate-base/mate-panel/mate-panel-1.10.1.ebuild new file mode 100644 index 000000000000..ffc01156a927 --- /dev/null +++ b/mate-base/mate-panel/mate-panel-1.10.1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit eutils autotools gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="The MATE panel" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X +introspection" + +RDEPEND=" + dev-libs/atk:0 + >=dev-libs/dbus-glib-0.80:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libmateweather-1.10 + dev-libs/libxml2:2 + >=gnome-base/dconf-0.10:0 + gnome-base/librsvg:2 + >=mate-base/mate-desktop-1.10:0 + >=mate-base/mate-menus-1.10:0 + >=media-libs/libcanberra-0.23:0[gtk] + >=sys-apps/dbus-1.1.2:0 + >=x11-libs/cairo-1:0 + >=x11-libs/gdk-pixbuf-2.7.1:2 + x11-libs/libICE:0 + x11-libs/libSM:0 + x11-libs/libX11:0 + >=x11-libs/libwnck-2.30:1[introspection?] + >=x11-libs/pango-1.15.4:0[introspection?] + >=x11-libs/gtk+-2.19.7:2[introspection?] + x11-libs/libXau:0 + >=x11-libs/libXrandr-1.2:0 + virtual/libintl:0 + introspection? ( >=dev-libs/gobject-introspection-0.6.7:0 )" + +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools:0 + >=dev-lang/perl-5:0= + >=dev-util/intltool-0.40:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_prepare() { + # Disable python check. + sed -e '/AM_PATH_PYTHON/d' -i configure.ac || die + + eautoreconf + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --libexecdir=/usr/libexec/mate-applets \ + --disable-deprecation-flags \ + $(use_enable introspection) \ + $(use_with X x) +} + +DOCS="AUTHORS ChangeLog HACKING NEWS README" diff --git a/mate-base/mate-session-manager/Manifest b/mate-base/mate-session-manager/Manifest index 6cf562c9a635..7d2d9b018467 100644 --- a/mate-base/mate-session-manager/Manifest +++ b/mate-base/mate-session-manager/Manifest @@ -1 +1,2 @@ +DIST mate-session-manager-1.10.3.tar.xz 538432 SHA256 c73546a77c7fe0a50f8c8c7da02f654df28fa744abb2a661adaaf6c34b8a5de0 SHA512 9ab341bf0d618e440b9caa0c1a091b5628ab73ff75274b5b62deb0b3bdd3a4a119c1e7312dfa7b2ca17afaeda93d9ae9d4a2e830bdff196b64888baf9f265b89 WHIRLPOOL 5601c1bd25972645d3671fd38a0cacf51edd5ab3de78f401695c3847fcccf64a43463d85c6d951740fe1709cfae9af0cfb382b2ee617664967eb664f589e2561 DIST mate-session-manager-1.8.1.tar.xz 524204 SHA256 2f85a714704bc475d08809be6ecf24a5d94d2e2d0ea5ac704d67557c349d7b8c SHA512 1b09a471db710193a643ec90c9b153468d9a303957b9c4da4e30cf470aa5f582b6992f5e0ed69129943aa44f7c4e372e2a8554fc6020627817a3c49d656ca5b5 WHIRLPOOL 8c771ac713da92c2ae8bccc173a9cba4fc5bb16a943e588c679624e3e945555f2c37511426e666f38440947ec37139452ee230d07bc3a414a65629c04bfd31a6 diff --git a/mate-base/mate-session-manager/files/mate-session-manager-1.10.3-upower-0.99-series.patch b/mate-base/mate-session-manager/files/mate-session-manager-1.10.3-upower-0.99-series.patch new file mode 100644 index 000000000000..bf97fdfa34fa --- /dev/null +++ b/mate-base/mate-session-manager/files/mate-session-manager-1.10.3-upower-0.99-series.patch @@ -0,0 +1,119 @@ +From f9a2293e611930bab7a799efe2569313a4414348 Mon Sep 17 00:00:00 2001 +From: Olaf Leidinger <oleid@mescharet.de> +Date: Sat, 14 Nov 2015 16:46:28 +0100 +Subject: [PATCH] compile fix for upower 0.99 series + +upower 0.99 has lost support for hibernate and suspend. This leads to undefined +references to up_client_get_can_suspend and up_client_get_can_hibernate on my +system. This patch removes any call to those functions for upower >= 0.99. +--- + configure.ac | 7 ++++++- + mate-session/gsm-logout-dialog.c | 8 ++++---- + mate-session/gsm-manager.c | 12 ++++++------ + 3 files changed, 16 insertions(+), 11 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 74d86ac..9fe1f29 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -146,13 +146,18 @@ AC_ARG_ENABLE(upower, + enable_upower=$enableval, + enable_upower=no) + if test "x$enable_upower" = "xyes"; then +- PKG_CHECK_MODULES(UPOWER, upower-glib >= $UPOWER_REQUIRED, has_upower=yes, has_upower=no) ++ PKG_CHECK_MODULES([UPOWER], [upower-glib >= $UPOWER_REQUIRED], has_upower=yes, has_upower=no) + + if test "x$has_upower" = "xyes"; then + AC_DEFINE(HAVE_UPOWER, 1, [upower support]) + AC_SUBST(UPOWER_CFLAGS) + AC_SUBST(UPOWER_LIBS) + fi ++ PKG_CHECK_MODULES([UPOWER_HIBERNATE], [upower-glib < 0.99], has_upower_hibernate_suspend=yes, has_upower_hibernate_suspend=no) ++ if test "x$has_upower_hibernate_suspend" = "xyes"; then ++ AC_DEFINE(HAVE_UPOWER_HIBERNATE_SUSPEND, 1, [upower based support for hibernate and suspend (<0.99) ]) ++ fi ++ + fi + AM_CONDITIONAL(HAVE_UPOWER, test "x$has_upower" = "xyes") + AC_SUBST(HAVE_UPOWER) +diff --git a/mate-session/gsm-logout-dialog.c b/mate-session/gsm-logout-dialog.c +index 464101b..f53c197 100644 +--- a/mate-session/gsm-logout-dialog.c ++++ b/mate-session/gsm-logout-dialog.c +@@ -215,10 +215,10 @@ gsm_logout_supports_system_suspend (GsmLogoutDialog *logout_dialog) + if (LOGIND_RUNNING()) + ret = gsm_systemd_can_suspend (logout_dialog->priv->systemd); + #endif +-#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER) ++#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER_HIBERNATE_SUSPEND) + else + #endif +-#ifdef HAVE_UPOWER ++#ifdef HAVE_UPOWER_HIBERNATE_SUSPEND + ret = up_client_get_can_suspend (logout_dialog->priv->up_client); + #endif + return ret; +@@ -233,10 +233,10 @@ gsm_logout_supports_system_hibernate (GsmLogoutDialog *logout_dialog) + if (LOGIND_RUNNING()) + ret = gsm_systemd_can_hibernate (logout_dialog->priv->systemd); + #endif +-#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER) ++#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER_HIBERNATE_SUSPEND) + else + #endif +-#ifdef HAVE_UPOWER ++#ifdef HAVE_UPOWER_HIBERNATE_SUSPEND + ret = up_client_get_can_hibernate (logout_dialog->priv->up_client); + #endif + return ret; +diff --git a/mate-session/gsm-manager.c b/mate-session/gsm-manager.c +index db392b8..7930993 100644 +--- a/mate-session/gsm-manager.c ++++ b/mate-session/gsm-manager.c +@@ -1184,10 +1184,10 @@ manager_attempt_hibernate (GsmManager *manager) + gsm_systemd_attempt_hibernate (systemd); + } + #endif +-#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER) ++#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER_HIBERNATE_SUSPEND) + else { + #endif +-#ifdef HAVE_UPOWER ++#ifdef HAVE_UPOWER_HIBERNATE_SUSPEND + can_hibernate = up_client_get_can_hibernate (manager->priv->up_client); + if (can_hibernate) { + +@@ -1203,7 +1203,7 @@ manager_attempt_hibernate (GsmManager *manager) + } + } + #endif +-#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER) ++#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER_HIBERNATE_SUSPEND) + } + #endif + } +@@ -1229,10 +1229,10 @@ manager_attempt_suspend (GsmManager *manager) + gsm_systemd_attempt_suspend (systemd); + } + #endif +-#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER) ++#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER_HIBERNATE_SUSPEND) + else { + #endif +-#ifdef HAVE_UPOWER ++#ifdef HAVE_UPOWER_HIBERNATE_SUSPEND + can_suspend = up_client_get_can_suspend (manager->priv->up_client); + if (can_suspend) { + +@@ -1248,7 +1248,7 @@ manager_attempt_suspend (GsmManager *manager) + } + } + #endif +-#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER) ++#if defined(HAVE_SYSTEMD) && defined(HAVE_UPOWER_HIBERNATE_SUSPEND) + } + #endif + } +-- +2.6.3 + diff --git a/mate-base/mate-session-manager/mate-session-manager-1.10.3.ebuild b/mate-base/mate-session-manager/mate-session-manager-1.10.3.ebuild new file mode 100644 index 000000000000..cb24fefd8b86 --- /dev/null +++ b/mate-base/mate-session-manager/mate-session-manager-1.10.3.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" + +inherit autotools gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE session manager" +HOMEPAGE="http://mate-desktop.org/" + +LICENSE="GPL-2 LGPL-2 FDL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="ipv6 elibc_FreeBSD gnome-keyring systemd upower" + +# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and +# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_* +# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below). + +RDEPEND=">=dev-libs/dbus-glib-0.76 + >=dev-libs/glib-2.36:2 + dev-libs/libxslt + sys-apps/dbus + x11-apps/xdpyinfo + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.14:2 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXext + x11-libs/libXrender + x11-libs/libXtst + x11-libs/pango + x11-libs/xtrans + x11-misc/xdg-user-dirs + x11-misc/xdg-user-dirs-gtk + virtual/libintl + elibc_FreeBSD? ( dev-libs/libexecinfo ) + gnome-keyring? ( gnome-base/gnome-keyring ) + systemd? ( sys-apps/systemd ) + upower? ( || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23 ) )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40:* + >=dev-lang/perl-5 + >=mate-base/mate-common-1.10 + >=mate-base/mate-desktop-1.10 + >=sys-devel/gettext-0.10.40:* + virtual/pkgconfig:* + !<gnome-base/gdm-2.20.4" + +src_prepare() { + # Add "session saving" button back, + # see https://bugzilla.gnome.org/show_bug.cgi?id=575544 + epatch "${FILESDIR}"/${PN}-1.5.2-save-session-ui.patch + + # Upstream patch by oleid to fix building with upower 0.99 + epatch "${FILESDIR}"/${PN}-1.10.3-upower-0.99-series.patch + + eautoreconf + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + --with-gtk=2.0 \ + $(use_enable ipv6) \ + $(use_with systemd) \ + $(use_enable upower) +} + +DOCS="AUTHORS ChangeLog NEWS README" + +src_install() { + gnome2_src_install + + dodir /etc/X11/Sessions/ + exeinto /etc/X11/Sessions/ + doexe "${FILESDIR}"/MATE + + dodir /usr/share/mate/applications/ + insinto /usr/share/mate/applications/ + doins "${FILESDIR}"/defaults.list + + dodir /etc/X11/xinit/xinitrc.d/ + exeinto /etc/X11/xinit/xinitrc.d/ + doexe "${FILESDIR}"/15-xdg-data-mate + + # This should be done in MATE too, see Gentoo bug #270852 + doexe "${FILESDIR}"/10-user-dirs-update-mate +} diff --git a/mate-base/mate-settings-daemon/Manifest b/mate-base/mate-settings-daemon/Manifest index 761a5019c126..fa7970e6b2e0 100644 --- a/mate-base/mate-settings-daemon/Manifest +++ b/mate-base/mate-settings-daemon/Manifest @@ -1,2 +1,3 @@ +DIST mate-settings-daemon-1.10.3.tar.xz 755888 SHA256 c82b81042b0c8e7fb09e649ae19d5c7d810b31e96e7bda39fc37153897ce4a0e SHA512 057e7d8523f2b29d9fd53a62583afa99f86b8fd6f751a77c8d1f676a40360bb6629931203bab64574189e06e37492a36398b000be8426a65299f378c875d35e3 WHIRLPOOL 7fb20864fadb61c249559583768757c5809298722c9bfaea47c832bd9991ac4dba26394c0de617b03477cc9ed2c2b5f3065e39db7282e13350ca21e5fa891c9c DIST mate-settings-daemon-1.8.1.tar.xz 782508 SHA256 231bc408ea1a3305aeca621a278930ddba032201a1001da2ae239f6324da1106 SHA512 a7b2612719b21f77338e912f3eff52d86daf4f0cedc5854d8e161f74062d4218c5609c3f5885e4428b3fa3247e48830b74422bd991a994d5a7fa088d04f0e745 WHIRLPOOL 90807e0e1932db76bacfef45266d00f37b3881e46515147def9d83c805e8f87b99d6b2fb254c683fd75ce4056b18b1c2fc2678c18eb0bea46bbccc3ecef7d94a DIST mate-settings-daemon-1.8.2.tar.xz 782780 SHA256 2d38c9eff00a7ad239613b5f59e95a08705601a64f3a660b34919a4818da9d87 SHA512 46fd2009463c5f4f46ad6941444b42e0146caea0daec8d6ccd253adb08fc8b905419c5763756c05c4ab1404b2eb9b775f7730babe790194e145e5c0a6829f1d1 WHIRLPOOL 09d908b098a7e469c2eb9eecafc5551fd5986d4c0967da62ad2924d5cc309e856ebe4c523a22ef2d844bfeab829049c6f36f6275cb4d82ad48ed4fdd5ce972b5 diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.10.3.ebuild b/mate-base/mate-settings-daemon/mate-settings-daemon-1.10.3.ebuild new file mode 100644 index 000000000000..30babb7160fd --- /dev/null +++ b/mate-base/mate-settings-daemon/mate-settings-daemon-1.10.3.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE Settings Daemon" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X debug libnotify policykit pulseaudio smartcard +sound" + +REQUIRED_USE="pulseaudio? ( sound )" + +RDEPEND=">=dev-libs/dbus-glib-0.74:0 + >=dev-libs/glib-2.17.3:2 + >=gnome-base/dconf-0.13.4:0 + >=mate-base/libmatekbd-1.10:0 + >=mate-base/mate-desktop-1.10:0 + media-libs/fontconfig:1.0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24:2 + x11-libs/libX11:0 + x11-libs/libXi:0 + x11-libs/libXext:0 + x11-libs/libXxf86misc:0 + >=x11-libs/libxklavier-5:0 + virtual/libintl:0 + libnotify? ( >=x11-libs/libnotify-0.7:0 ) + policykit? ( + >=dev-libs/dbus-glib-0.71:0 + >=sys-apps/dbus-1.1.2:0 + >=sys-auth/polkit-0.97:0 + ) + pulseaudio? ( + media-libs/libcanberra:0[gtk] + >=media-libs/libmatemixer-1.10:0[pulseaudio] + >=media-sound/pulseaudio-0.9.15:0 + ) + smartcard? ( >=dev-libs/nss-3.11.2:0 ) + sound? ( >=media-libs/libmatemixer-1.10:0 )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.37.1:0 + sys-devel/gettext:0 + virtual/pkgconfig:0 + x11-proto/inputproto:0 + x11-proto/xproto:0" + +src_configure() { + gnome2_src_configure \ + $(use_with libnotify) \ + $(use_with sound libmatemixer) \ + $(use_enable debug) \ + $(use_enable policykit polkit) \ + $(use_enable pulseaudio pulse) \ + $(use_enable smartcard smartcard-support) \ + $(use_with X x) +} + +DOCS="AUTHORS NEWS ChangeLog" diff --git a/mate-base/mate/mate-1.10.0.ebuild b/mate-base/mate/mate-1.10.0.ebuild new file mode 100644 index 000000000000..236acf7cfece --- /dev/null +++ b/mate-base/mate/mate-1.10.0.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit versionator + +MATE_MV="$(get_version_component_range 1-2)" + +SRC_URI="" +DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="metapackage" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+base -bluetooth +themes +extras" + +S="${WORKDIR}" + +RDEPEND=" + =mate-base/mate-desktop-${MATE_MV}*:0 + =mate-base/mate-menus-${MATE_MV}*:0 + =mate-base/mate-panel-${MATE_MV}*:0 + =mate-base/mate-session-manager-${MATE_MV}*:0 + =mate-base/mate-settings-daemon-${MATE_MV}*:0 + =x11-wm/marco-${MATE_MV}*:0 + base? ( + =mate-base/caja-${MATE_MV}*:0 + =mate-base/mate-applets-meta-${MATE_MV}*:0 + =mate-base/mate-control-center-${MATE_MV}*:0 + =mate-extra/mate-media-${MATE_MV}*:0 + =x11-misc/mozo-${MATE_MV}*:0 + =x11-terms/mate-terminal-${MATE_MV}*:0 + ) + bluetooth? ( net-wireless/blueman:0 ) + themes? ( + =x11-themes/mate-backgrounds-${MATE_MV}*:0 + =x11-themes/mate-icon-theme-${MATE_MV}*:0 + =x11-themes/mate-themes-${MATE_MV}*:0 + ) + extras? ( + =app-arch/engrampa-${MATE_MV}*:0 + =app-editors/pluma-${MATE_MV}*:0 + =app-text/atril-${MATE_MV}*:0 + gnome-extra/gnome-calculator:0 + =mate-extra/caja-extensions-${MATE_MV}*:0 + =mate-extra/mate-netbook-${MATE_MV}*:0 + =mate-extra/mate-power-manager-${MATE_MV}*:0 + =mate-extra/mate-screensaver-${MATE_MV}*:0 + =mate-extra/mate-system-monitor-${MATE_MV}*:0 + =mate-extra/mate-utils-${MATE_MV}*:0 + =media-gfx/eom-${MATE_MV}*:0 + =net-analyzer/mate-netspeed-${MATE_MV}*:0 + sys-apps/gnome-disk-utility:0 + ) +" + +PDEPEND="virtual/notification-daemon:0" + +pkg_postinst() { + elog "For installation, usage and troubleshooting details regarding MATE;" + elog "read more about it at Gentoo Wiki: https://wiki.gentoo.org/wiki/MATE" + elog "" + elog "MATE 1.10 had some packages renamed, replaced and/or dropped; for more" + elog "details, see http://mate-desktop.org/blog/2015-06-11-mate-1-10-released/" + elog "" + elog "Some packages that are not included in this meta-package but may be of interest:" + elog " mate-extra/caja-dropbox" + elog " mate-extra/mate-user-share" +} diff --git a/mate-extra/caja-dropbox/Manifest b/mate-extra/caja-dropbox/Manifest index 98df5d0d08b4..cfc7dad4781c 100644 --- a/mate-extra/caja-dropbox/Manifest +++ b/mate-extra/caja-dropbox/Manifest @@ -1 +1,2 @@ +DIST caja-dropbox-1.10.1.tar.xz 306296 SHA256 f171c83cbc162d48fee9dfd67872161db82d93f30a417f9d228402935516f54f SHA512 519f035881197f35b6ff1351cd953c939add62401c3807cfec011697e609766cd19a7effa4cd5978633901e31972f869b0765378893e75fbd6ac202e755e0b94 WHIRLPOOL b3e1a7c045144fee883e35fb2131fc25ddbd9db53a93148e15e9eb827def0e41bc200146e0b243d5f2bd3fe03c5f9eb19ce9d65a0b67c0410b7cf108844b55e6 DIST caja-dropbox-1.8.0.tar.xz 310592 SHA256 bb26151cad68e910979af6dd8b323434462a2457998ad67529660135c0caa513 SHA512 33c0804ba756ec50b531e4992b74577848f52fef60b8c69b96f307a2b8a57fd42ff951d6d3fdd55a6b1e260c4f46d0a26f90f730a88dc45a66e2d78888492fbc WHIRLPOOL 3b200e6a1b5e6f9926566962c48b9585fa0f9cc1ccc8ee89e45489d87c41cbf50a2b1bd62036140ba7492edf5a2812b918c4c4596b17c4674e0821a72d29550f diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild new file mode 100644 index 000000000000..fa6fda8f7ce3 --- /dev/null +++ b/mate-extra/caja-dropbox/caja-dropbox-1.10.1.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) +GNOME2_LA_PUNT="yes" + +inherit autotools eutils gnome2 python-single-r1 linux-info user versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Store, Sync and Share Files Online" +HOMEPAGE="http://www.dropbox.com/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="debug" + +RDEPEND=" + dev-libs/atk:0 + >=dev-libs/glib-2.14:2 + dev-python/pygtk:2[${PYTHON_USEDEP}] + >=mate-base/caja-1.10:0 + media-libs/fontconfig:1.0 + media-libs/freetype:2 + net-misc/dropbox:0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/libXinerama:0 + x11-libs/pango:0" + +DEPEND="${RDEPEND} + dev-python/docutils:0 + virtual/pkgconfig:*" + +G2CONF="${G2CONF} $(use_enable debug) --disable-static" + +CONFIG_CHECK="~INOTIFY_USER" + +pkg_setup () { + python-single-r1_pkg_setup + check_extra_config + enewgroup dropbox +} + +src_prepare() { + gnome2_src_prepare + + # Use system dropbox. + sed -e "s|~/[.]dropbox-dist|/opt/dropbox|" \ + -e 's|\(DROPBOXD_PATH = \).*|\1"/opt/dropbox/dropboxd"|' \ + -i caja-dropbox.in || die + + # Use system rst2man. + epatch "${FILESDIR}"/${P}-system-rst2man.patch + + AT_NOELIBTOOLIZE=yes eautoreconf +} + +DOCS="AUTHORS ChangeLog NEWS README" + +src_install () { + python_fix_shebang caja-dropbox.in + + gnome2_src_install + + local extensiondir="$(pkg-config --variable=extensiondir libcaja-extension)" + [ -z ${extensiondir} ] && die "pkg-config unable to get caja extensions dir" + + # Strip $EPREFIX from $extensiondir as fowners/fperms act on $ED not $D. + extensiondir="${extensiondir#${EPREFIX}}" + use prefix || fowners root:dropbox "${extensiondir}"/libcaja-dropbox.so + fperms o-rwx "${extensiondir}"/libcaja-dropbox.so +} + +pkg_postinst () { + gnome2_pkg_postinst + + elog + elog "Add any users who wish to have access to the dropbox caja" + elog "plugin to the group 'dropbox'. You need to setup a drobox account" + elog "before using this plugin. Visit ${HOMEPAGE} for more information." + elog +} diff --git a/mate-extra/caja-dropbox/files/caja-dropbox-1.10.0-system-rst2man.patch b/mate-extra/caja-dropbox/files/caja-dropbox-1.10.0-system-rst2man.patch new file mode 100644 index 000000000000..740418249d8d --- /dev/null +++ b/mate-extra/caja-dropbox/files/caja-dropbox-1.10.0-system-rst2man.patch @@ -0,0 +1,13 @@ +Index: nautilus-dropbox-0.7.0/configure.ac +=================================================================== +--- nautilus-dropbox-0.7.0.orig/configure.ac ++++ nautilus-dropbox-0.7.0/configure.ac +@@ -31,7 +31,7 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLI + + AC_PATH_PROG([PYTHON], [python]) + +-AC_PATH_PROG([RST2MAN], [rst2man], [python rst2man.py]) ++AC_PATH_PROG([RST2MAN], [rst2man.py], [python rst2man.py]) + AC_SUBST(RST2MAN) + + # define module checking macro diff --git a/mate-extra/caja-extensions/Manifest b/mate-extra/caja-extensions/Manifest index 58750a53ba9d..c88332f60d23 100644 --- a/mate-extra/caja-extensions/Manifest +++ b/mate-extra/caja-extensions/Manifest @@ -1 +1,2 @@ +DIST caja-extensions-1.10.1.tar.xz 378472 SHA256 fc18b16141a37624f35f2b8b7ecf6b73a55689d81ee9e9a516c5765990ec207d SHA512 6720c279877207c123163e1d04e9d5b63319fe8b480ef9aaf6470c0f8e850b22dfea7999084ed8d320c152c053906461d1a526a70f64718cb1938d3baa39db0b WHIRLPOOL 1f418081a4ed00c60d7c62b6a22ecba6132d8fea0d9e05067446e79809a2996bae05ce5b96338048a330f590f57f0cda0af2169a4bce1800b3872c0482bd0fa9 DIST caja-extensions-1.8.0.tar.xz 343784 SHA256 71b4353236b4f13e1984a8497ff80ed63d74141833ba47a32629a5d3505bbc91 SHA512 1a59bf3ed7300d790f47494d0bef677a760fa069aaf76c2f35eb4d17b67be0fcdfa904e3a05d45ca1ff9f3016961c689aa620d37f020ed199ca2ddb3d8dd3663 WHIRLPOOL f192f8e966de8272ca65d7e856ebf26bfdbca8cf559da7571c6e372b5c9ad3b21f1e08691014546ed4cd9b6b60a5840b8a02c53d9d7ed34a8876a873771dc2be diff --git a/mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild b/mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild new file mode 100644 index 000000000000..e27294c8b91d --- /dev/null +++ b/mate-extra/caja-extensions/caja-extensions-1.10.1.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Several Caja extensions" +HOMEPAGE="http://www.mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SENDTO="cdr gajim +mail pidgin upnp" +IUSE="image-converter +open-terminal share +wallpaper ${SENDTO}" + +RDEPEND=">=x11-libs/gtk+-2.24:2 + >=dev-libs/glib-2.36:2 + >=mate-base/caja-1.10:0 + virtual/libintl:0 + x11-libs/gdk-pixbuf:2 + open-terminal? ( >=mate-base/mate-desktop-1.10:0 ) + cdr? ( >=app-cdr/brasero-2.32.1:0= ) + gajim? ( + net-im/gajim:0 + >=dev-libs/dbus-glib-0.60:0 + >=sys-apps/dbus-1:0 + ) + pidgin? ( >=dev-libs/dbus-glib-0.60:0 ) + upnp? ( >=net-libs/gupnp-0.13:0= )" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.18:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:* + !!mate-extra/mate-file-manager-open-terminal + !!mate-extra/mate-file-manager-sendto + !!mate-extra/mate-file-manager-image-converter + !!mate-extra/mate-file-manager-share" + +src_configure() { + MY_CONF="" + + if use cdr || use mail || use pidgin || use gajim || use upnp ; then + MY_CONF="${MY_CONF} --enable-sendto" + MY_CONF="${MY_CONF} --with-sendto-plugins=removable-devices" + use cdr && MY_CONF="${MY_CONF},caja-burn" + use mail && MY_CONF="${MY_CONF},emailclient" + use pidgin && MY_CONF="${MY_CONF},pidgin" + use gajim && MY_CONF="${MY_CONF},gajim" + use upnp && MY_CONF="${MY_CONF},upnp" + else + MYCONF="${MY_CONF} --disable-sendto" + fi + + gnome2_src_configure ${MY_CONF} \ + --disable-gksu \ + $(use_enable image-converter) \ + $(use_enable open-terminal) \ + $(use_enable share) \ + $(use_enable wallpaper) +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-extra/caja-extensions/metadata.xml b/mate-extra/caja-extensions/metadata.xml index 528dfb8c69fb..b5a915f400da 100644 --- a/mate-extra/caja-extensions/metadata.xml +++ b/mate-extra/caja-extensions/metadata.xml @@ -12,6 +12,7 @@ <flag name="open-terminal">Add an extension to support an open terminal.</flag> <flag name="pidgin">Add an extension to support <pkg>net-im/pidgin</pkg></flag> <flag name="share">Add an extension to support sharing files.</flag> + <flag name="wallpaper">Add an extension to support setting an image as the current wallpaper</flag> </use> <upstream> <remote-id type="github">mate-desktop/caja-extensions</remote-id> diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest new file mode 100644 index 000000000000..5d144731002b --- /dev/null +++ b/mate-extra/mate-indicator-applet/Manifest @@ -0,0 +1 @@ +DIST mate-indicator-applet-1.10.0.tar.xz 317840 SHA256 36d0e0fc40fd274e8874c3c0c85cca9d52aa2e692cab82cbb7d411233773dea5 SHA512 84b1e7a8dc788a7b8f72a83e6045f6b65d1c703de8207c2944c28b5062d64cc7fabd74c86370d0a9c13baa8b47a376e6d3014f329c107c9d72644505c265679b WHIRLPOOL 660da18f1d21dd6e8a506d6712ad1c32d6567f99540154b3a6878045fbc3c733987b2d4a517406426ce42f69f5c1cf97fce199f327c1361da912ac6560d33654 diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild new file mode 100644 index 000000000000..4237f6b68d91 --- /dev/null +++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.10.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE indicator applet" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2 FDL-1.1 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.24:2" + +DEPEND="${RDEPEND} + >=dev-libs/libindicator-0.3.90:0 + >=dev-util/intltool-0.35.0 + >=mate-base/mate-panel-1.10:0 + virtual/pkgconfig" diff --git a/mate-extra/mate-indicator-applet/metadata.xml b/mate-extra/mate-indicator-applet/metadata.xml new file mode 100644 index 000000000000..effcbc83d285 --- /dev/null +++ b/mate-extra/mate-indicator-applet/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>mate@gentoo.org</email> + <name>Gentoo MATE Desktop</name> + </maintainer> + <upstream> + <remote-id type="github">mate-desktop/mate-indicator-applet</remote-id> + </upstream> +</pkgmetadata> diff --git a/mate-extra/mate-media/Manifest b/mate-extra/mate-media/Manifest index 2e6f7ed5786b..4df66c9814bf 100644 --- a/mate-extra/mate-media/Manifest +++ b/mate-extra/mate-media/Manifest @@ -1 +1,2 @@ +DIST mate-media-1.10.1.tar.xz 488532 SHA256 2b3e64d0b2db00382dccabf739b5d43d32ff244c320ea17feacb7192a5f36d66 SHA512 7183bf0ac695d562ec64c0b4ad6b3db6550aef7c0dd5c378be32f42d9682cde61f6f7db7039c913e162a4295ade6a03179d28c26aefe4779eed20b983939f5ec WHIRLPOOL 64c59a7a375d6443c0128d65c91b9c90c04f9b4115bc4b3b61e24f8ef2cbb69509997e3bfa47970af8450af839092ae7c673029d9cced69a5cf945cec6765ecb DIST mate-media-1.8.0.tar.xz 939728 SHA256 a264f9afcae7dff50aefb813616857db10ed62ac30c4071e690485ee9c6e5f61 SHA512 c41f35e3827246f16eea8887f9e3226c32dad260af478b8923d9d80ea4b9eb0e6ab87f975e2ad4838bf567494d5c5c1039f325033d5244dd677f73ef00ef865a WHIRLPOOL 771705bebee18c901c0def8bcc3b0a843cace5ce7c88558d8f008c520c46aa695ca6dd1071edbdf9bc7246aa72eb41e5e8c427805806bad7866bfcfc0969bca9 diff --git a/mate-extra/mate-media/mate-media-1.10.1.ebuild b/mate-extra/mate-media/mate-media-1.10.1.ebuild new file mode 100644 index 000000000000..977e0b5e819c --- /dev/null +++ b/mate-extra/mate-media/mate-media-1.10.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Multimedia related programs for the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="LGPL-2 GPL-2 FDL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +RDEPEND=">=dev-libs/glib-2.36.0:2 + >=dev-libs/libunique-1:1 + dev-libs/libxml2:2 + >=mate-base/mate-panel-1.10:0 + >=mate-base/mate-desktop-1.10:0 + >=media-libs/libcanberra-0.13:0[gtk] + >=media-libs/libmatemixer-1.10 + x11-libs/cairo:0 + >=x11-libs/gtk+-2.24:2 + x11-libs/pango:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.0:* + sys-devel/gettext:* + virtual/pkgconfig:* + !!<mate-base/mate-applets-1.8:*" + +src_configure() { + gnome2_src_configure --with-gtk=2.0 +} + +DOCS="AUTHORS ChangeLog* NEWS README" diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest new file mode 100644 index 000000000000..5913a0418266 --- /dev/null +++ b/mate-extra/mate-netbook/Manifest @@ -0,0 +1 @@ +DIST mate-netbook-1.10.0.tar.xz 268792 SHA256 d84c2a6cd10b112a571e311613508b4391676f03d9bed1cea51bfca8b1dafee3 SHA512 b98b2233591b3fd0168c7250c9c993d365e0d951bb20a60e602e7999a50ee4ef8340869ff17a3a14f43fde376113864e3de0381a0751466605aa330935c81727 WHIRLPOOL 2d13427780d652ad9bbfcb5a015eb5c9a0360b4552ccc946594beeecb9b4214cd1cc2f986e8c5ecb63f0380f8021e9b958bc264b7fcfcbd99a093d11520fea67 diff --git a/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild b/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild new file mode 100644 index 000000000000..8c7e029f0ceb --- /dev/null +++ b/mate-extra/mate-netbook/mate-netbook-1.10.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE utilities for netbooks" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=mate-base/mate-desktop-1.10.0:0 + >=mate-base/mate-panel-1.10.0:0 + >=dev-libs/glib-2.36:2 + dev-libs/libunique:1 + x11-libs/gtk+:2 + x11-libs/libwnck:1 + x11-libs/libfakekey:0 + x11-libs/libXtst:0 + x11-libs/libX11:0 + x11-libs/cairo:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + x11-proto/xproto:0 + >=dev-util/intltool-0.34:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure --with-gtk=2.0 +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-extra/mate-netbook/metadata.xml b/mate-extra/mate-netbook/metadata.xml new file mode 100644 index 000000000000..cc0beef683b1 --- /dev/null +++ b/mate-extra/mate-netbook/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>mate@gentoo.org</email> + <name>Gentoo MATE Desktop</name> + </maintainer> + <longdescription> + MATE utilities for netbooks are an applet and a daemon to + maximize windows and move their titles on the panel. + </longdescription> + <upstream> + <remote-id type="github">mate-desktop/mate-netbook</remote-id> + </upstream> +</pkgmetadata> diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest index 602a1f472017..da477acf12cb 100644 --- a/mate-extra/mate-polkit/Manifest +++ b/mate-extra/mate-polkit/Manifest @@ -1 +1,2 @@ +DIST mate-polkit-1.10.3.tar.xz 324732 SHA256 fb829c28da0ba99eddfe3c9440852a301462e95377d064bce9a68a5d2314b20d SHA512 39d5af5d8f1f1db1f45bbbba3b1a21754fb59f1f2682e46008cd3cfedacf22dcb0bca5175d59897206c5a2a17c6a6b4daa132ce8a96462504651884afba25ce6 WHIRLPOOL 08e614fbfd5fab0717b4a981d246127a68ae43d0827e0bc0bec83ed742a7ca35e824e3aaa4daa1756587433ceb5d5d323732310edac9dde381ff56881552ca70 DIST mate-polkit-1.8.0.tar.xz 324960 SHA256 bc01640c63f6248497ca78c3d8df8ff608d8bf1fbfce7c11416b014a109aeccd SHA512 6e7324c539f86a906cd192f8e6a17c417717ae80c0b9d8d46907f1e911f364f73933365520469bbed3201287ae897d8055a7fa14b103ade8e6c7cee9e30912cf WHIRLPOOL b3243bd5814e2d156fd85a376294f1c102dd8661e8716e2007291a9513429202b11ff15bbb53a5b33ea5a9cabac559836374778b99627767973f935a05617d6f diff --git a/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild b/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild new file mode 100644 index 000000000000..8e2f78332a74 --- /dev/null +++ b/mate-extra/mate-polkit/mate-polkit-1.10.3.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" +HOMEPAGE="https://github.com/mate-desktop/mate-polkit" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="accountsservice appindicator +introspection" + +RDEPEND=">=dev-libs/glib-2.36:2 + >=sys-auth/polkit-0.102:0[introspection?] + >=x11-libs/gtk+-2.24:2[introspection?] + x11-libs/gdk-pixbuf:2[introspection?] + virtual/libintl:0 + accountsservice? ( sys-apps/accountsservice:0[introspection?] ) + appindicator? ( dev-libs/libappindicator:2 ) + introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )" + +# We call gtkdocize so we need to depend on gtk-doc. +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-1.3:0 + >=dev-util/intltool-0.35:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + virtual/pkgconfig:* + !<gnome-extra/polkit-gnome-0.102:0" + +# Entropy PMS specific. This way we can install the pkg into the build chroots. +ENTROPY_RDEPEND="!lxde-base/lxpolkit" + +src_configure() { + gnome2_src_configure \ + --disable-static \ + $(use_enable accountsservice) \ + $(use_enable appindicator) \ + $(use_enable introspection) +} + +DOCS="AUTHORS HACKING NEWS README" diff --git a/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild index 349d33913c56..4eca4fc6cac4 100644 --- a/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild +++ b/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit gnome2 versionator MATE_BRANCH="$(get_version_component_range 1-2)" SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="A MATE specific DBUS session bus service that is used to bring up authentication dialogs" +DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" HOMEPAGE="https://github.com/mate-desktop/mate-polkit" LICENSE="LGPL-2" diff --git a/mate-extra/mate-polkit/metadata.xml b/mate-extra/mate-polkit/metadata.xml index f57e72dcf633..a32febb6af55 100644 --- a/mate-extra/mate-polkit/metadata.xml +++ b/mate-extra/mate-polkit/metadata.xml @@ -8,4 +8,8 @@ <upstream> <remote-id type="github">mate-desktop/mate-polkit</remote-id> </upstream> + <use> + <flag name="accountsservice">Support extraction of data from AccountsService</flag> + <flag name="appindicator">Add support for AppIndicator</flag> + </use> </pkgmetadata> diff --git a/mate-extra/mate-power-manager/Manifest b/mate-extra/mate-power-manager/Manifest index 035a970126b4..15283fcec2d5 100644 --- a/mate-extra/mate-power-manager/Manifest +++ b/mate-extra/mate-power-manager/Manifest @@ -1,2 +1,3 @@ +DIST mate-power-manager-1.10.2.tar.xz 3350616 SHA256 49eed514cb8507d3ae7699e701afb33a90002aa833bdc507f9ac0dd031ce04de SHA512 133745446536d21102ed318d2809209e46dcef7dd312219d9b716f7785cbcd5a47d477643e1c15dd6672d088640a583a63819b394dc96e4a3437affdbc389ae7 WHIRLPOOL c250220933ba0d13e7b7377072f5e503b33af5d2245812b6c562885310737039dbed34f23918be0f82332e2eb75533285d736c46a787be26403b6fac22039791 DIST mate-power-manager-1.8.0.tar.xz 3339588 SHA256 3d83b7736b0b6256242db3b9efaa18530b4ba6d80b146eafaf511230ae926d9f SHA512 f91b195e384138ce0881f53f4d3e8924d422445ac258de2138da16ab29999cd367b2e37c226e5d56e698bc54b82c8996b3263a638702f45b2f96ffabbceca479 WHIRLPOOL 31a423d25abd488bceb13354cabc3f80844f791060339ea38d4fa12f8ac80d1d4a4c94c8e07af7ba489fd5da98f7bbdfbf4edebe339926e91e0d39747ddb3a34 DIST mate-power-manager-1.8.1.tar.xz 3341892 SHA256 6fa72d4e6a018a44144d06b68c8f67e067e3847ad83b4b8a8aaa0e2a8c9b6147 SHA512 1715d4f5515245d1fb4543dcce60b1f391ddf78bca50b28fd9097330ea42080873b0bf956a7510adc153679da239092035c62969e2f2afc4a635335ffcb714b7 WHIRLPOOL a6ef0581e13d0414b52f4efd3d9e60ca97a885639d3288ff00d1382d5b1bb6d9b04590ad92912a0123ea248f7d6f138dc680bc9d83087f99d4361d2ede10ec20 diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild new file mode 100644 index 000000000000..5ada1f0a79fa --- /dev/null +++ b/mate-extra/mate-power-manager/mate-power-manager-1.10.2.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit autotools gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="+applet gnome-keyring man policykit test unique" + +# Interactive testsuite. +RESTRICT="test" + +COMMON_DEPEND="app-text/rarian:0 + >=dev-libs/dbus-glib-0.70:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libunique-1:1 + >=mate-base/mate-desktop-1.10:0 + >=media-libs/libcanberra-0.10:0[gtk] + >=sys-apps/dbus-1:0 + || ( >=sys-power/upower-0.9.23:= >=sys-power/upower-pm-utils-0.9.23 ) + >=x11-apps/xrandr-1.2:0 + >=x11-libs/cairo-1:0 + >=x11-libs/gdk-pixbuf-2.11:2 + >=x11-libs/gtk+-2.24:2 + x11-libs/libX11:0 + x11-libs/libXext:0 + x11-libs/libXrandr:0 + >=x11-libs/libnotify-0.7:0 + x11-libs/pango:0 + applet? ( >=mate-base/mate-panel-1.10:0 ) + gnome-keyring? ( >=gnome-base/libgnome-keyring-3:0 )" + +RDEPEND="${COMMON_DEPEND} + policykit? ( >=mate-extra/mate-polkit-1.8:0 )" + +DEPEND="${COMMON_DEPEND} + app-text/docbook-xml-dtd:4.3 + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + >=dev-util/intltool-0.35:* + x11-proto/randrproto:0 + >=x11-proto/xproto-7.0.15:0 + sys-devel/gettext:* + virtual/pkgconfig:* + man? ( app-text/docbook-sgml-utils:0 + >=app-text/docbook-sgml-dtd-4.3 )" + +src_prepare() { + eautoreconf + gnome2_src_prepare + + # This needs to be after eautoreconf to prevent problems like bug #356277 + # Remove the docbook2man rules here since it's not handled by a proper + # parameter in configure.in. + if ! use man; then + sed -e 's:@HAVE_DOCBOOK2MAN_TRUE@.*::' -i man/Makefile.in \ + || die "docbook sed failed" + fi +} + +src_configure() { + gnome2_src_configure \ + $(use_enable applet applets) \ + $(use_enable test tests) \ + $(use_with gnome-keyring keyring) \ + --enable-compile-warnings=minimum \ + --with-gtk=2.0 +} + +DOCS="AUTHORS HACKING NEWS README TODO" + +src_test() { + unset DBUS_SESSION_BUS_ADDRESS + + dbus-launch Xemake check || die "Test phase failed" +} diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.8.1.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.8.1.ebuild index defdb8a5b818..343513ecc140 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.8.1.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit autotools gnome2 versionator MATE_BRANCH="$(get_version_component_range 1-2)" SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop system" +DESCRIPTION="A session daemon for MATE that makes it easy to manage your laptop or desktop" HOMEPAGE="http://mate-desktop.org" LICENSE="GPL-2" diff --git a/mate-extra/mate-screensaver/Manifest b/mate-extra/mate-screensaver/Manifest index 665e8a7d5b98..684187e9180a 100644 --- a/mate-extra/mate-screensaver/Manifest +++ b/mate-extra/mate-screensaver/Manifest @@ -1,2 +1,3 @@ +DIST mate-screensaver-1.10.2.tar.xz 4888108 SHA256 19b79dc4b4b5a6dcd407daf5b8f310b6da8210445a6271d265458e79a58d539d SHA512 474d0db2aa42bce2ab6185badc8a10d921ec1450d2b873c167047e7f29d5f9d5dd3ef608f8a9d232221fc4be82171343cba45c5598cb745b38d85f5baf900f47 WHIRLPOOL 7ba45db491251942ce0373a80a47268a0c2c9f5315495d3621174a07b580722a785193da7f2a47bf0c65f22312c91813480205e1ad9117b1d36c04fbab5994ff DIST mate-screensaver-1.8.0.tar.xz 4869084 SHA256 93979d0a6203fa0b59eb5477bdd5b78788a1b1adc861c3d0085339b859ec3106 SHA512 66375f38896bb95f1556f6574f5a91c58d4bf61fc976dee4e457691d3e6c2afbf1616c998fdd8b7e44a0a4781b5654e11b11820543672f4adcb0b29f62b45ecd WHIRLPOOL f2b166fd74fad5807b4c8fa5967d8b66e1d511e635a81215888ec961cc4dd1590cf8155cb22d3b28acf2307ffa47f146d32effedd272c7c4eff4bf356fe4b0ba DIST mate-screensaver-1.8.1.tar.xz 4874424 SHA256 a3dd1fe9e8d05b7815544fa186c43a35271dd8b512d6b0377038df02c28c9d62 SHA512 e2bb5b4efbd5818834d0e9f9bf13e9f362f1251bdfc975fc93c69ab90163db859ebfc089e056fa73801053cd396d661954bb6e906e02881452b01a0394d7d2ff WHIRLPOOL a46bc84824205bc6a257325dda507b38a83751c30275052e921c3cbceb53a9243caed8704f0e63888f5fa927ff2a0b04b693e5c7fe0514e709fc356a7756af57 diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.10.2-r1.ebuild b/mate-extra/mate-screensaver/mate-screensaver-1.10.2-r1.ebuild new file mode 100644 index 000000000000..3d5d39ec36f7 --- /dev/null +++ b/mate-extra/mate-screensaver/mate-screensaver-1.10.2-r1.ebuild @@ -0,0 +1,119 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="yes" + +inherit gnome2 multilib readme.gentoo versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X consolekit kernel_linux libnotify opengl pam systemd" + +DOC_CONTENTS=" + Information for converting screensavers is located in + /usr/share/doc/${PF}/xss-conversion.txt* +" + +RDEPEND=" + >=dev-libs/dbus-glib-0.71:0 + >=dev-libs/glib-2.36:2 + gnome-base/dconf:0 + >=mate-base/libmatekbd-1.10:0 + >=mate-base/mate-desktop-1.10:0 + >=mate-base/mate-menus-1.10:0 + >=mate-base/mate-session-manager-1.10:0 + >=sys-apps/dbus-0.30:0 + >=x11-libs/gdk-pixbuf-2.14:2 + >=x11-libs/gtk+-2.24:2 + >=x11-libs/libX11-1:0 + x11-libs/cairo:0 + x11-libs/libXext:0 + x11-libs/libXrandr:0 + x11-libs/libXScrnSaver:0 + x11-libs/libXxf86misc:0 + x11-libs/libXxf86vm:0 + x11-libs/libxklavier:0 + x11-libs/pango:0 + virtual/libintl:0 + consolekit? ( sys-auth/consolekit:0 ) + libnotify? ( >=x11-libs/libnotify-0.7:0 ) + opengl? ( virtual/opengl:0 ) + pam? ( gnome-base/gnome-keyring:0 virtual/pam:0 ) + !pam? ( kernel_linux? ( sys-apps/shadow:0 ) ) + systemd? ( sys-apps/systemd:0= ) + !!<gnome-extra/gnome-screensaver-3:0" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35:* + >=mate-base/mate-common-1.10:0 + sys-devel/gettext:* + x11-proto/randrproto:0 + x11-proto/scrnsaverproto:0 + x11-proto/xextproto:0 + x11-proto/xf86miscproto:0 + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure \ + $(use_with consolekit console-kit) \ + $(use_enable debug) \ + $(use_with libnotify) \ + $(use_with opengl libgl) \ + $(use_enable pam) \ + $(use_with systemd) \ + $(use_with X x) \ + --enable-locking \ + --with-kbd-layout-indicator \ + --with-xf86gamma-ext \ + --with-xscreensaverdir=/usr/share/xscreensaver/config \ + --with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver +} + +src_install() { + gnome2_src_install + + # Install the conversion script in the documentation. + dodoc "${S}"/data/migrate-xscreensaver-config.sh + dodoc "${S}"/data/xscreensaver-config.xsl + dodoc "${FILESDIR}"/xss-conversion.txt + + # Non PAM users will need this suid to read the password hashes. + # OpenPAM users will probably need this too when + # http://bugzilla.gnome.org/show_bug.cgi?id=370847 + # is fixed. + if ! use pam ; then + fperms u+s /usr/libexec/mate-screensaver-dialog + fi + + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome2_pkg_postinst + + if has_version "<x11-base/xorg-server-1.5.3-r4" ; then + ewarn "You have a too old xorg-server installation. This will cause" + ewarn "mate-screensaver to eat up your CPU. Please consider upgrading." + echo + fi + + if has_version "<x11-misc/xscreensaver-4.22-r2" ; then + ewarn "You have xscreensaver installed, you probably want to disable it." + ewarn "To prevent a duplicate screensaver entry in the menu, you need to" + ewarn "build xscreensaver with -gnome in the USE flags." + ewarn "echo \"x11-misc/xscreensaver -gnome\" >> /etc/portage/package.use" + echo + fi + + readme.gentoo_print_elog +} diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild b/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild index a8ea7e41157b..8a03d63bee3d 100644 --- a/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild +++ b/mate-extra/mate-screensaver/mate-screensaver-1.8.1-r1.ebuild @@ -90,7 +90,7 @@ src_install() { # Non PAM users will need this suid to read the password hashes. # OpenPAM users will probably need this too when - # https://bugzilla.gnome.org/show_bug.cgi?id=370847 + # http://bugzilla.gnome.org/show_bug.cgi?id=370847 # is fixed. if ! use pam ; then fperms u+s /usr/libexec/mate-screensaver-dialog diff --git a/mate-extra/mate-sensors-applet/Manifest b/mate-extra/mate-sensors-applet/Manifest index 4089b032aa5a..c13b754b180e 100644 --- a/mate-extra/mate-sensors-applet/Manifest +++ b/mate-extra/mate-sensors-applet/Manifest @@ -1 +1,2 @@ +DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b WHIRLPOOL e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fccccd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f DIST mate-sensors-applet-1.8.0.tar.xz 352128 SHA256 9bc6f42eae4b866f83d0fa9566e0111fd379dc6cf9dcc020b1fcca1c8a49d410 SHA512 8074900157c0d62b060f273fa975efcfa3808afb9c81c44089c1f255ce95ed34744070f98893d7b6bbb16d076ae7b7ddec391ef46459e06646d2586797df85fc WHIRLPOOL d245ed9cce0a9bd9eed1e3996529227e3fa909ba9dba37975599409783bd7f34ead6ca0d477dbac6d41462c85ba599ecb14f18a80e6ab604a29bfce413289bfe diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild new file mode 100644 index 000000000000..8b53e025944c --- /dev/null +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 eutils versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE panel applet to display readings from hardware sensors" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia" + +RDEPEND="app-text/rarian:0 + >=dev-libs/glib-2.36:2 + >=mate-base/mate-panel-1.10:0 + >=x11-libs/cairo-1.0.4:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24:2 + virtual/libintl:0 + hddtemp? ( + dbus? ( + >=dev-libs/dbus-glib-0.80:0 + >=dev-libs/libatasmart-0.16:0 ) + !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) ) + libnotify? ( >=x11-libs/libnotify-0.7:0 ) + lm_sensors? ( sys-apps/lm_sensors:0 ) + video_cards_fglrx? ( x11-drivers/ati-drivers:* ) + video_cards_nvidia? ( || ( + >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] + media-video/nvidia-settings:0 + ) )" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + dev-util/intltool:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +# Requires libxslt only for use by gnome-doc-utils. +PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )" + +src_configure() { + local myconf + + if use hddtemp && use dbus; then + myconf="${myconf} $(use_enable dbus udisks)" + else + myconf="${myconf} --disable-udisks" + fi + + gnome2_src_configure \ + --disable-static \ + $(use_enable libnotify) \ + $(use_with lm_sensors libsensors) \ + $(use_with video_cards_fglrx aticonfig) \ + $(use_with video_cards_nvidia nvidia) \ + ${myconf} +} + +DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild new file mode 100644 index 000000000000..2e38eef61c1f --- /dev/null +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 eutils versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE panel applet to display readings from hardware sensors" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia" + +RDEPEND="app-text/rarian:0 + >=dev-libs/glib-2.26:2 + >=mate-base/mate-panel-1.8:0 + >=x11-libs/cairo-1.0.4:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.14:2 + virtual/libintl:0 + hddtemp? ( + dbus? ( + >=dev-libs/dbus-glib-0.80:0 + >=dev-libs/libatasmart-0.16:0 ) + !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) ) + libnotify? ( >=x11-libs/libnotify-0.7:0 ) + lm_sensors? ( sys-apps/lm_sensors:0 ) + video_cards_fglrx? ( x11-drivers/ati-drivers:* ) + video_cards_nvidia? ( || ( + >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] + media-video/nvidia-settings:0 + ) )" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + dev-util/intltool:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +# Requires libxslt only for use by gnome-doc-utils. +PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )" + +src_configure() { + local myconf + + if use hddtemp && use dbus; then + myconf="${myconf} $(use_enable dbus udisks)" + else + myconf="${myconf} --disable-udisks" + fi + + gnome2_src_configure \ + --disable-static \ + $(use_enable libnotify) \ + $(use_with lm_sensors libsensors) \ + $(use_with video_cards_fglrx aticonfig) \ + $(use_with video_cards_nvidia nvidia) \ + ${myconf} +} + +DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/mate-extra/mate-system-monitor/Manifest b/mate-extra/mate-system-monitor/Manifest index f4f0acc8032d..51a58d909d82 100644 --- a/mate-extra/mate-system-monitor/Manifest +++ b/mate-extra/mate-system-monitor/Manifest @@ -1 +1,2 @@ +DIST mate-system-monitor-1.10.1.tar.xz 2129620 SHA256 d5428990f9ba2a864a9c4af74c626c3e8f46f0b0468925209ad51f2d09304774 SHA512 a80922315d387eda99223ecc6f44a7608a3ef2d300ef80f10e35aede83783407f996935f7e106d342dcd91b8681158b587a5c1d1192724040e6bd99409cae6ec WHIRLPOOL 0e2f4d2e8884d3f6e4dcd1caf3b81866d2e7d0cd2dad679c3201ebd37afcb038c14df1a2245aa4b5e3fcade08243c2ad7a4a9d1745b758c4d57ba6f8ce55f4b4 DIST mate-system-monitor-1.8.0.tar.xz 2099600 SHA256 00ef3c595d4837e44f70c40e683a292836c9c8a84d1f9ab66f5b97a206f47712 SHA512 175c46b05544de70fca37c444fd2ad4f578f62e50da1e0d30136fc2c6f79d49ff68c1d6fe6675d2aafd5d726c0b96d82971df3dc964b7430b2f4db179db91856 WHIRLPOOL 3a30f5c441ee1f60c7e735e7ea6c57d8e03cb22e7b3edb83bf2739548a939fc1ed64dd561bb3bd7e3f33de5643c25d14b940f8d9bb209403af1e30297728c266 diff --git a/mate-extra/mate-system-monitor/files/mate-system-monitor-1.10.1-cxxflags-cpp11.patch b/mate-extra/mate-system-monitor/files/mate-system-monitor-1.10.1-cxxflags-cpp11.patch new file mode 100644 index 000000000000..825a04ab2b7b --- /dev/null +++ b/mate-extra/mate-system-monitor/files/mate-system-monitor-1.10.1-cxxflags-cpp11.patch @@ -0,0 +1,207 @@ +From 56594f6f10ba04aa51af976bc8339ea9ae54ea21 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= <bdejean@gmail.com> +Date: Sun, 2 Aug 2015 06:37:21 +0200 +Subject: [PATCH] Add a smart CXXFLAGS / std=c++11 switch. + +Code from glom and murrayc http://www.murrayc.com/permalink/2015/07/31/gtkmm-now-uses-c11/ . +--- + configure.ac | 3 +- + m4/ax_cxx_compile_stdcxx_11.m4 | 168 +++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 170 insertions(+), 1 deletion(-) + create mode 100644 m4/ax_cxx_compile_stdcxx_11.m4 + +diff --git a/configure.ac b/configure.ac +index 4afb816..b7759db 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -20,6 +20,7 @@ AC_PROG_CC + AC_PROG_CXX + AC_LANG([C++]) + AC_LANG_COMPILER_REQUIRE ++AX_CXX_COMPILE_STDCXX_11([],[mandatory]) + PKG_PROG_PKG_CONFIG([0.19]) + + # Initialize libtool +@@ -103,7 +104,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then + -Wnested-externs -Wpointer-arith \ + -Wcast-align -Wsign-compare \ + $CFLAGS" +- CXXFLAGS="-Wall -std=c++98 $CXXFLAGS" ++ CXXFLAGS="-Wall $CXXFLAGS" + else + AC_MSG_RESULT(no) + fi +diff --git a/m4/ax_cxx_compile_stdcxx_11.m4 b/m4/ax_cxx_compile_stdcxx_11.m4 +new file mode 100644 +index 0000000..b83fac4 +--- /dev/null ++++ b/m4/ax_cxx_compile_stdcxx_11.m4 +@@ -0,0 +1,168 @@ ++# ============================================================================ ++# http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html ++# ============================================================================ ++# ++# SYNOPSIS ++# ++# AX_CXX_COMPILE_STDCXX_11([ext|noext],[mandatory|optional]) ++# ++# DESCRIPTION ++# ++# Check for baseline language coverage in the compiler for the C++11 ++# standard; if necessary, add switches to CXXFLAGS to enable support. ++# ++# The first argument, if specified, indicates whether you insist on an ++# extended mode (e.g. -std=gnu++11) or a strict conformance mode (e.g. ++# -std=c++11). If neither is specified, you get whatever works, with ++# preference for an extended mode. ++# ++# The second argument, if specified 'mandatory' or if left unspecified, ++# indicates that baseline C++11 support is required and that the macro ++# should error out if no mode with that support is found. If specified ++# 'optional', then configuration proceeds regardless, after defining ++# HAVE_CXX11 if and only if a supporting mode is found. ++# ++# LICENSE ++# ++# Copyright (c) 2008 Benjamin Kosnik <bkoz@redhat.com> ++# Copyright (c) 2012 Zack Weinberg <zackw@panix.com> ++# Copyright (c) 2013 Roy Stogner <roystgnr@ices.utexas.edu> ++# Copyright (c) 2014, 2015 Google Inc.; contributed by Alexey Sokolov <sokolov@google.com> ++# ++# Copying and distribution of this file, with or without modification, are ++# permitted in any medium without royalty provided the copyright notice ++# and this notice are preserved. This file is offered as-is, without any ++# warranty. ++ ++#serial 11 ++ ++m4_define([_AX_CXX_COMPILE_STDCXX_11_testbody], [[ ++ template <typename T> ++ struct check ++ { ++ static_assert(sizeof(int) <= sizeof(T), "not big enough"); ++ }; ++ ++ struct Base { ++ virtual void f() {} ++ }; ++ struct Child : public Base { ++ virtual void f() override {} ++ }; ++ ++ typedef check<check<bool>> right_angle_brackets; ++ ++ int a; ++ decltype(a) b; ++ ++ typedef check<int> check_type; ++ check_type c; ++ check_type&& cr = static_cast<check_type&&>(c); ++ ++ auto d = a; ++ auto l = [](){}; ++ // Prevent Clang error: unused variable 'l' [-Werror,-Wunused-variable] ++ struct use_l { use_l() { l(); } }; ++ ++ // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae ++ // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function because of this ++ namespace test_template_alias_sfinae { ++ struct foo {}; ++ ++ template<typename T> ++ using member = typename T::member_type; ++ ++ template<typename T> ++ void func(...) {} ++ ++ template<typename T> ++ void func(member<T>*) {} ++ ++ void test(); ++ ++ void test() { ++ func<foo>(0); ++ } ++ } ++]]) ++ ++AC_DEFUN([AX_CXX_COMPILE_STDCXX_11], [dnl ++ m4_if([$1], [], [], ++ [$1], [ext], [], ++ [$1], [noext], [], ++ [m4_fatal([invalid argument `$1' to AX_CXX_COMPILE_STDCXX_11])])dnl ++ m4_if([$2], [], [ax_cxx_compile_cxx11_required=true], ++ [$2], [mandatory], [ax_cxx_compile_cxx11_required=true], ++ [$2], [optional], [ax_cxx_compile_cxx11_required=false], ++ [m4_fatal([invalid second argument `$2' to AX_CXX_COMPILE_STDCXX_11])]) ++ AC_LANG_PUSH([C++])dnl ++ ac_success=no ++ AC_CACHE_CHECK(whether $CXX supports C++11 features by default, ++ ax_cv_cxx_compile_cxx11, ++ [AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])], ++ [ax_cv_cxx_compile_cxx11=yes], ++ [ax_cv_cxx_compile_cxx11=no])]) ++ if test x$ax_cv_cxx_compile_cxx11 = xyes; then ++ ac_success=yes ++ fi ++ ++ m4_if([$1], [noext], [], [dnl ++ if test x$ac_success = xno; then ++ for switch in -std=gnu++11 -std=gnu++0x; do ++ cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx11_$switch]) ++ AC_CACHE_CHECK(whether $CXX supports C++11 features with $switch, ++ $cachevar, ++ [ac_save_CXXFLAGS="$CXXFLAGS" ++ CXXFLAGS="$CXXFLAGS $switch" ++ AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])], ++ [eval $cachevar=yes], ++ [eval $cachevar=no]) ++ CXXFLAGS="$ac_save_CXXFLAGS"]) ++ if eval test x\$$cachevar = xyes; then ++ CXXFLAGS="$CXXFLAGS $switch" ++ ac_success=yes ++ break ++ fi ++ done ++ fi]) ++ ++ m4_if([$1], [ext], [], [dnl ++ if test x$ac_success = xno; then ++ dnl HP's aCC needs +std=c++11 according to: ++ dnl http://h21007.www2.hp.com/portal/download/files/unprot/aCxx/PDF_Release_Notes/769149-001.pdf ++ for switch in -std=c++11 -std=c++0x +std=c++11; do ++ cachevar=AS_TR_SH([ax_cv_cxx_compile_cxx11_$switch]) ++ AC_CACHE_CHECK(whether $CXX supports C++11 features with $switch, ++ $cachevar, ++ [ac_save_CXXFLAGS="$CXXFLAGS" ++ CXXFLAGS="$CXXFLAGS $switch" ++ AC_COMPILE_IFELSE([AC_LANG_SOURCE([_AX_CXX_COMPILE_STDCXX_11_testbody])], ++ [eval $cachevar=yes], ++ [eval $cachevar=no]) ++ CXXFLAGS="$ac_save_CXXFLAGS"]) ++ if eval test x\$$cachevar = xyes; then ++ CXXFLAGS="$CXXFLAGS $switch" ++ ac_success=yes ++ break ++ fi ++ done ++ fi]) ++ AC_LANG_POP([C++]) ++ if test x$ax_cxx_compile_cxx11_required = xtrue; then ++ if test x$ac_success = xno; then ++ AC_MSG_ERROR([*** A compiler with support for C++11 language features is required.]) ++ fi ++ else ++ if test x$ac_success = xno; then ++ HAVE_CXX11=0 ++ AC_MSG_NOTICE([No compiler with C++11 support was found]) ++ else ++ HAVE_CXX11=1 ++ AC_DEFINE(HAVE_CXX11,1, ++ [define if the compiler supports basic C++11 syntax]) ++ fi ++ ++ AC_SUBST(HAVE_CXX11) ++ fi ++]) ++ diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.10.1.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.10.1.ebuild new file mode 100644 index 000000000000..5af3ce1adbc0 --- /dev/null +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.10.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit autotools gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="The MATE System Monitor" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="systemd" + +RDEPEND=" + >=dev-cpp/glibmm-2.16:2 + >=dev-cpp/gtkmm-2.22:2.4 + >=dev-libs/dbus-glib-0.70:0 + >=dev-libs/glib-2.36:2 + dev-libs/libsigc++:2 + >=dev-libs/libxml2-2:2 + >=gnome-base/libgtop-2.23.1:2= + >=gnome-base/librsvg-2.35:2 + >=sys-apps/dbus-0.7:0 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.20:2 + >=x11-libs/libwnck-2.5:1 + >=x11-themes/mate-icon-theme-1.10:0 + virtual/libintl:0 + systemd? ( sys-apps/systemd )" + +DEPEND="${RDEPEND} + app-text/yelp-tools:0 + >=dev-util/intltool-0.35:* + mate-base/mate-common + sys-devel/gettext:* + >=sys-devel/autoconf-2.63:* + virtual/pkgconfig:*" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_prepare() { + # Add support for "smart" CXXFLAGS and C++11 switch + # see https://github.com/mate-desktop/mate-system-monitor/commit/56594f + epatch "${FILESDIR}/${P}-cxxflags-cpp11.patch" + eautoreconf + default +} diff --git a/mate-extra/mate-user-share/Manifest b/mate-extra/mate-user-share/Manifest index 8a1201691593..58cfa29b6d2f 100644 --- a/mate-extra/mate-user-share/Manifest +++ b/mate-extra/mate-user-share/Manifest @@ -1 +1,2 @@ +DIST mate-user-share-1.10.1.tar.xz 921508 SHA256 787f4b2449315f18a43d46a4d0035b35994db38bf7a050240b5390b926357b75 SHA512 6becba18ccd5d3724fb53e9a713e4d68db5abcaeb0524bb1590aec96f18f85e404dd1bb53830d5a57fccfa4761c2a9c45e87d7ce67ee929fcce62e93a3c5f350 WHIRLPOOL 55d97a23e140ae20afdaeafb757ce84748d67896b2535426602a9fb4f51e16f6849bab3723ba72bcc973d337098cf395b219fddd598f44f84bbedd85270f1b84 DIST mate-user-share-1.8.0.tar.xz 928348 SHA256 8cfe07fcf728384b073557aa17bc10c9e221c6d714a1009ace582c3c74cc8b5a SHA512 0d0231abfc65fc8d0a16ec871bc534d788d9699f5a3a8b2f967c6532b06266591c11199eb9630121c595513fb7255175bdd8eeae0a265e68c7d0f5059daf4947 WHIRLPOOL ecb66912c6015f97f24156f8b83824873136177acc525bbed72606af35cd21d95e1cd2ea556ac9b7c403e6a756e9e9577189ee4cd19301e721113c51780f6d01 diff --git a/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild b/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild new file mode 100644 index 000000000000..09806cc7c15d --- /dev/null +++ b/mate-extra/mate-user-share/mate-user-share-1.10.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 multilib versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Personal file sharing for the MATE desktop" +HOMEPAGE="http://www.mate-desktop.org/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X bluetooth" + +RDEPEND=">=app-mobilephone/obex-data-server-0.4:0 + >=dev-libs/dbus-glib-0.70:0 + >=dev-libs/glib-2.15.2:2 + >=dev-libs/libunique-1:1 + >=mate-base/caja-1.10:0 + media-libs/libcanberra:0[gtk] + >=sys-apps/dbus-1.1.1:0 + >=x11-libs/gdk-pixbuf-2:2 + >=x11-libs/gtk+-2.24:2 + x11-libs/libX11:0 + x11-libs/pango:0 + >=x11-libs/libnotify-0.7:0 + >=www-apache/mod_dnssd-0.6:0 + >=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile] + virtual/libintl:0 + bluetooth? ( >=net-wireless/bluez-4.18:0= )" + +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 + app-text/yelp-tools:0 + >=dev-util/intltool-0.35:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure \ + --with-httpd=apache2 \ + --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \ + $(use_enable bluetooth) \ + $(use_with X x) +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest index 2e3f0c00991e..4097052ab4f7 100644 --- a/mate-extra/mate-utils/Manifest +++ b/mate-extra/mate-utils/Manifest @@ -1,2 +1,3 @@ +DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79 WHIRLPOOL 3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13 DIST mate-utils-1.8.0.tar.xz 2681836 SHA256 490d187d67c4f542cf3b8e63337acc1a9b7090c519adb844600b9d00da0b5cf0 SHA512 766fce72f7b486c3aa67e9a40b10207fbca36e7933cb7238bf0d6ac5a5e5165d5900ceb697c9af96f1135110b9b3985e349e9bc071a5174fe3fe0776ba0c4cd5 WHIRLPOOL 77fff5f47c83fa6884403f30194b606346659651f077912364907d8e3b6ad95e9eae974012aa8c54db31381231190077d362e402afe4f87279695871ab78144b DIST mate-utils-1.8.1.tar.xz 2648184 SHA256 0ad9c40c656214caaa6cbd2107ebb13e3cea0b64b4e31c7105568726313522a5 SHA512 71a6a57365a067012447222b2ef4b768234b2e58bf88b5b45c6e4b7f746c81136ea1dfee45257406b19f2c4f4c51adc3279b09f7c9c41bfe7be9c66321ad0eef WHIRLPOOL fc35c564fb378ebfc147b9344790aae5a3934e86f6cf642dedb2ab98ae093bb259e298f4fa6de98157f3c4775445862888a56464de8852d829e6040f9a42fc95 diff --git a/mate-extra/mate-utils/mate-utils-1.10.4.ebuild b/mate-extra/mate-utils/mate-utils-1.10.4.ebuild new file mode 100644 index 000000000000..b43ae622640f --- /dev/null +++ b/mate-extra/mate-utils/mate-utils-1.10.4.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Utilities for the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X applet ipv6 test" + +RDEPEND="app-text/rarian:0 + dev-libs/atk:0 + >=dev-libs/glib-2.36:2 + >=gnome-base/libgtop-2.12:2= + >=media-libs/libcanberra-0.4:0[gtk] + sys-libs/zlib:0 + >=x11-libs/gtk+-2.24:2 + x11-libs/cairo:0 + x11-libs/gdk-pixbuf:2 + x11-libs/libICE:0 + x11-libs/libSM:0 + x11-libs/libX11:0 + x11-libs/libXext:0 + x11-libs/pango:0 + applet? ( >=mate-base/mate-panel-1.10:0 )" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + >=dev-util/intltool-0.50:* + >=mate-base/mate-common-1.10:0 + x11-proto/xextproto:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_prepare() { + gnome2_src_prepare + + # Remove -D.*DISABLE_DEPRECATED cflagss + # This method is kinda prone to breakage. Recheck carefully with next bump. + # bug 339074 + LC_ALL=C find . -iname 'Makefile.am' -exec \ + sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die + + # Do Makefile.in after Makefile.am to avoid automake maintainer-mode + LC_ALL=C find . -iname 'Makefile.in' -exec \ + sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die + + if ! use test; then + sed -e 's/ tests//' -i logview/Makefile.{am,in} || die + fi + + # Fix up desktop files. + LC_ALL=C find . -iname '*.desktop.in*' -exec \ + sed -e 's/Categories\(.*\)MATE/Categories\1X-MATE/' -i {} + || die +} + +src_configure() { + local myconf + if ! use debug; then + myconf="${myconf} --enable-debug=minimum" + fi + + gnome2_src_configure \ + $(use_enable applet gdict-applet) \ + $(use_enable ipv6) \ + $(use_with X x) \ + --disable-maintainer-flags \ + --enable-zlib \ + ${myconf} +} + +DOCS="AUTHORS ChangeLog NEWS README THANKS" diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest index 143b9e0204b3..dbd0f2b91405 100644 --- a/media-gfx/eom/Manifest +++ b/media-gfx/eom/Manifest @@ -1,2 +1,3 @@ +DIST eom-1.10.5.tar.xz 2207424 SHA256 19b484dba1c2adf1450153815e4edb05ba7ab7bdf4eb8b4f2071766e48e72d14 SHA512 f58f2c4c1d211afe66c2a112b75ee6b325590294da51df3a56d1dca0fb813cea1abd9e9dc7a4a3f26c111f1c11aba20e8177e36913f04bae664f4ddad6f98c0c WHIRLPOOL 1ce95839628e51060f2c77e8a701046754817870f998a6388aa620e12470b2e690e11edd5e7770303da33103f0077a3726eba01bd537a2cc3729bbd29dbc92d0 DIST eom-1.8.0.tar.xz 2190980 SHA256 ec8450bf2ebef13c2e376b1674f0f7402f87669a71eb9e2e4d1161a2784aaf9e SHA512 cc9d82ec164043653eae2f73a0b7896c0d09b2eb466a5c919b0e1df732dd18fff58fa978d01a9bbb2bb7b8427c11328affb3f4e6aeb18a77a18585f39a1f3f5a WHIRLPOOL 26c091d74a8a052a4ce1e0295e41d75bb14ed1d93024367f63214139624d61b74fdd74fc66ee02a472f7d7494cbcfa9aac4e1762f1057432f7afd5db1cf0e515 DIST eom-1.8.1.tar.xz 2192220 SHA256 d8c97de2aab548dce910cdfd98a11b671c943e9b195d38b043e482e2323ac6d8 SHA512 e054286eebdc88390dd8855d6b43704d4bc5d0b7d69f0dc73108d26e75882ee13bfaec01a30dbc42cee14e10ca42eeb9a6f576fe8435055ba289fe2292f97837 WHIRLPOOL 10856132756b1ea7ab9be23547d94968fcce3183528cb0d656c9cd307108fe8623a70a7ee53c85db6ef74a333691ffcf1210f8c9885db4a31b63713d8924c0d9 diff --git a/media-gfx/eom/eom-1.10.5-r1.ebuild b/media-gfx/eom/eom-1.10.5-r1.ebuild new file mode 100644 index 000000000000..731c3b38ef3e --- /dev/null +++ b/media-gfx/eom/eom-1.10.5-r1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="yes" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2 autotools python-single-r1 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="The MATE image viewer" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="X dbus exif +introspection jpeg lcms python svg tiff xmp" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + dev-libs/atk:0 + >=dev-libs/glib-2.36:2 + >=dev-libs/libxml2-2:2 + gnome-base/dconf:0 + >=mate-base/mate-desktop-1.10:0 + sys-libs/zlib:0 + x11-libs/cairo:0 + >=x11-libs/gdk-pixbuf-2.4:2[introspection?,jpeg?,tiff?] + >=x11-libs/gtk+-2.18:2[introspection?] + x11-libs/libX11:0 + >=x11-misc/shared-mime-info-0.20:0 + >=x11-themes/mate-icon-theme-1.10:0 + virtual/libintl:0 + dbus? ( >=dev-libs/dbus-glib-0.71:0 ) + exif? ( + >=media-libs/libexif-0.6.14:0 + virtual/jpeg:0 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) + jpeg? ( virtual/jpeg:0 ) + lcms? ( media-libs/lcms:2 ) + python? ( + ${PYTHON_DEPS} + >=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}] ) + svg? ( >=gnome-base/librsvg-2.36.2:2 ) + xmp? ( >=media-libs/exempi-1.99.5:2 ) + !!media-gfx/mate-image-viewer" + +DEPEND="${RDEPEND} + app-text/yelp-tools:0 + >=dev-util/intltool-0.40:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}/eom-1.10-fix-introspection.patch" + eautoreconf +} + +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) \ + $(use_enable python) \ + $(use_with jpeg libjpeg) \ + $(use_with exif libexif) \ + $(use_with dbus) \ + $(use_with lcms cms) \ + $(use_with xmp) \ + $(use_with svg librsvg) \ + $(use_with X x) \ + --without-cms +} + +DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" diff --git a/media-gfx/eom/files/eom-1.10-fix-introspection.patch b/media-gfx/eom/files/eom-1.10-fix-introspection.patch new file mode 100644 index 000000000000..71e20ea02ccb --- /dev/null +++ b/media-gfx/eom/files/eom-1.10-fix-introspection.patch @@ -0,0 +1,169 @@ +From 3d34cc10a5e62686f661a6653d43e2c42e6a26a2 Mon Sep 17 00:00:00 2001 +From: Sorokin Alexei <sor.alexei@meowr.ru> +Date: Sat, 12 Dec 2015 16:49:22 +0300 +Subject: [PATCH] Fix compilation with enabled GObject Introspection + +--- + configure.ac | 2 ++ + src/main.c | 2 +- + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 9b829d0..b3d398f 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -142,6 +142,8 @@ else + have_introspection=no + fi + ++AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$have_introspection" = xyes) ++ + # *************** + # ZLIB (required) + # *************** +diff --git a/src/main.c b/src/main.c +index cc999e2..f1b92f7 100644 +--- a/src/main.c ++++ b/src/main.c +@@ -30,7 +30,7 @@ + #include <dbus/dbus-glib-bindings.h> + #include <gdk/gdkx.h> + #endif +-#ifdef HAVE_INSTROSPECTION ++#ifdef HAVE_INTROSPECTION + #include <girepository.h> + #endif + +From d6f68de8ed0722fdfecca9f81d68f2a0ff9b82bd Mon Sep 17 00:00:00 2001 +From: Wolfgang Ulbrich <chat-to-me@raveit.de> +Date: Sun, 6 Dec 2015 23:58:24 +0100 +Subject: [PATCH] fix some gobject-introspection build warnings + +--- + src/uta.c | 30 ++++++++++++++---------------- + 1 file changed, 14 insertions(+), 16 deletions(-) + +diff --git a/src/uta.c b/src/uta.c +index 8df97bc..c44834d 100644 +--- a/src/uta.c ++++ b/src/uta.c +@@ -38,9 +38,7 @@ + be variables. They can also be pstruct->el lvalues. */ + #define eom_expand(p, type, max) do { if(max) { p = eom_renew (p, type, max <<= 1); } else { max = 1; p = g_new(type, 1); } } while (0) + +- +- +-/** ++/* + * eom_uta_new: Allocate a new uta. + * @x0: Left coordinate of uta. + * @y0: Top coordinate of uta. +@@ -51,7 +49,7 @@ + * tiles, not pixels. + * + * Returns: the newly allocated #EomUta. +- **/ ++ */ + static EomUta * + eom_uta_new (int x0, int y0, int x1, int y1) + { +@@ -68,13 +66,13 @@ eom_uta_new (int x0, int y0, int x1, int y1) + return uta; + } + +-/** ++/* + * eom_uta_free: Free a uta. + * @uta: The uta to free. + * + * Frees the microtile array structure, including the actual microtile + * data. +- **/ ++ */ + void + eom_uta_free (EomUta *uta) + { +@@ -82,14 +80,14 @@ eom_uta_free (EomUta *uta) + g_free (uta); + } + +-/** ++/* + * eom_irect_intersect: Find intersection of two integer rectangles. + * @dest: Where the result is stored. + * @src1: A source rectangle. + * @src2: Another source rectangle. + * + * Finds the intersection of @src1 and @src2. +- **/ ++ */ + void + eom_irect_intersect (EomIRect *dest, const EomIRect *src1, const EomIRect *src2) { + dest->x0 = MAX (src1->x0, src2->x0); +@@ -98,18 +96,18 @@ eom_irect_intersect (EomIRect *dest, const EomIRect *src1, const EomIRect *src2) + dest->y1 = MIN (src1->y1, src2->y1); + } + +-/** ++/* + * eom_irect_empty: Determine whether integer rectangle is empty. + * @src: The source rectangle. + * + * Return value: TRUE if @src is an empty rectangle, FALSE otherwise. +- **/ ++ */ + int + eom_irect_empty (const EomIRect *src) { + return (src->x1 <= src->x0 || src->y1 <= src->y0); + } + +-/** ++/* + * eom_uta_from_irect: Generate uta covering a rectangle. + * @bbox: The source rectangle. + * +@@ -117,7 +115,7 @@ eom_irect_empty (const EomIRect *src) { + * function with a @bbox with zero height or width. + * + * Return value: the new uta. +- **/ ++ */ + static EomUta * + eom_uta_from_irect (EomIRect *bbox) + { +@@ -217,7 +215,7 @@ eom_uta_from_irect (EomIRect *bbox) + * big enough to fit the specified microtile coordinates, or a new array if + * it needed to be grown. In the second case, the original @uta will be + * freed automatically. +- **/ ++ */ + EomUta * + uta_ensure_size (EomUta *uta, int x1, int y1, int x2, int y2) + { +@@ -284,7 +282,7 @@ uta_ensure_size (EomUta *uta, int x1, int y1, int x2, int y2) + * Return value: The original @uta, or a new microtile array if the original one + * needed to be grown to fit the specified rectangle. In the second case, the + * original @uta will be freed automatically. +- **/ ++ */ + EomUta * + uta_add_rect (EomUta *uta, int x1, int y1, int x2, int y2) + { +@@ -552,7 +550,7 @@ uta_add_rect (EomUta *uta, int x1, int y1, int x2, int y2) + * Removes a rectangular region from the specified microtile array. Due to the + * way microtile arrays represent regions, the tiles at the edge of the + * rectangle may not be clipped exactly. +- **/ ++ */ + void + uta_remove_rect (EomUta *uta, int x1, int y1, int x2, int y2) + { +@@ -1047,7 +1045,7 @@ copy_tile (EomUta *uta, int x, int y, int xofs, int yofs) + * expanded if the destination area does not fit within it; rather only the area + * that fits will be copied. The source rectangle must be completely contained + * within the microtile array. +- **/ ++ */ + void + uta_copy_area (EomUta *uta, int src_x, int src_y, int dest_x, int dest_y, int width, int height) + { diff --git a/media-libs/libmatemixer/Manifest b/media-libs/libmatemixer/Manifest new file mode 100644 index 000000000000..e50a5f88dbc4 --- /dev/null +++ b/media-libs/libmatemixer/Manifest @@ -0,0 +1 @@ +DIST libmatemixer-1.10.1.tar.xz 381024 SHA256 73ee352d97285dc2837c965ab673145c25905b9481c787afca032122af4fa5b5 SHA512 01a3ddf860129f4e4dc55690027fc3e87d6a8e147a4268ba153ef55b79c8f5d042c9754280f198143bc81fa16335fb7ec43424dd170fff1f3427b44f673a9204 WHIRLPOOL d730186245fbcf773774001759e40f14d20eddd6e0cfef1313bad9542722d91f5194e7aa28e31dea7bc3e5befcc6757e2ebb73e2e6c7bd93c41de068d0b6b607 diff --git a/media-libs/libmatemixer/libmatemixer-1.10.1.ebuild b/media-libs/libmatemixer/libmatemixer-1.10.1.ebuild new file mode 100644 index 000000000000..16d3e06baa94 --- /dev/null +++ b/media-libs/libmatemixer/libmatemixer-1.10.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Mixer library for MATE Desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="LGPL-2 GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="+alsa oss pulseaudio" + +RDEPEND=" + app-text/docbook-xml-dtd:4.1.2 + >=dev-libs/glib-2.36:2 + sys-devel/gettext:* + alsa? ( >=media-libs/alsa-lib-1.0.0 ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.23:0[alsa?,glib] )" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.0:* + virtual/pkgconfig:*" + +src_configure() { + gnome2_src_configure \ + --disable-null \ + $(use_enable alsa) \ + $(use_enable oss) \ + $(use_enable pulseaudio) +} + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/media-libs/libmatemixer/metadata.xml b/media-libs/libmatemixer/metadata.xml new file mode 100644 index 000000000000..ada565192f03 --- /dev/null +++ b/media-libs/libmatemixer/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>mate@gentoo.org</email> + <name>Gentoo MATE Desktop</name> + </maintainer> + <upstream> + <remote-id type="github">mate-desktop/libmatemixer</remote-id> + </upstream> +</pkgmetadata> diff --git a/net-analyzer/mate-netspeed/Manifest b/net-analyzer/mate-netspeed/Manifest index 06d9e8776177..0eb3f0270d30 100644 --- a/net-analyzer/mate-netspeed/Manifest +++ b/net-analyzer/mate-netspeed/Manifest @@ -1 +1,2 @@ +DIST mate-netspeed-1.10.2.tar.xz 586896 SHA256 9d85663c7621950d3c63e50bd103897989983058a289caa333d31b800275737d SHA512 62c384a5da76165b6c6869b9e52879de09de87ce5a4353b85003a51b909cd61d94698b6e2670e592984ff3ff7b75489d8bfba03d2492a244094a7359491fceae WHIRLPOOL 90663204a57b7fe62c21a131fccc5169d96b887c2052a59b15e15f21bf4d5a477c7ad1da0e23e0fbb45ef3bbc71012b8e23411d352634a4a2515e89717315174 DIST mate-netspeed-1.8.0.tar.xz 567724 SHA256 991be6016800ed4b7db35b5157f176fee033e376a9480a94ef5f5fce63c1759f SHA512 e957fd3d63e87ddf3e9eb51c595611208d81ccbd4b7281814518ae36f016fe80931cfb62df62731a0dce7102e25c4d48427f45787bacc7f8018a8682725c7a8b WHIRLPOOL 50f32654520c7090d8b66cd64519bf83bd4c281f996ecbccac8a271fb715242b5a6c895f0d4156b7e23cd512a384a415a4fce05926f69d17ffe38405711094f4 diff --git a/net-analyzer/mate-netspeed/mate-netspeed-1.10.2.ebuild b/net-analyzer/mate-netspeed/mate-netspeed-1.10.2.ebuild new file mode 100644 index 000000000000..a8c9395e1937 --- /dev/null +++ b/net-analyzer/mate-netspeed/mate-netspeed-1.10.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Applet showing network traffic for MATE" +HOMEPAGE="http://mate-desktop.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" + +# FIXME: wireless-tools >= 28pre9 is automagic +RDEPEND="dev-libs/glib:2 + >=gnome-base/libgtop-2.14.2:2 + >=mate-base/mate-desktop-1.10.0:0 + >=mate-base/mate-panel-1.10.0:0 + >=net-wireless/wireless-tools-28_pre9:0 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2 + x11-libs/pango:0 + virtual/libintl:0" + +DEPEND="${RDEPEND} + app-text/yelp-tools:0 + >=dev-util/intltool-0.35:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +DOCS="AUTHORS ChangeLog README" diff --git a/net-wireless/wireless-regdb/Manifest b/net-wireless/wireless-regdb/Manifest index f479c009fa76..aac1525b30c3 100644 --- a/net-wireless/wireless-regdb/Manifest +++ b/net-wireless/wireless-regdb/Manifest @@ -2,3 +2,4 @@ DIST wireless-regdb-2013.02.13.tar.xz 12752 SHA256 314415cf9699b385e7f8fa7700970 DIST wireless-regdb-2014.11.18.tar.xz 15036 SHA256 eab6b50f30748a8b0065ba38cf3df05aac161a5861ae0a6c3cfd01d38a71c9dd SHA512 a55b7d8b0917aa171fedcff53a58fcdf770721597628da1fe9ad22e2119a80773e06e12e21b21fc1b95c1a5969870415f3cc3c22b3580be07a6872777659a1c5 WHIRLPOOL a5d835af9298b14e0d2da7382b138cc66612e8a6d4872becaf673afee2d99ecf59d84f84d7506d6eabcc265d1d688c7fe1066dc42ecec775614622957921256c DIST wireless-regdb-2015.09.25.tar.xz 15420 SHA256 06dbcfcd4c0835440b0787084e726b7ea1a707acfb53e17a3be08efbbbbf4ee2 SHA512 264905b85d5806c87d4fceb4dff2dbdfbd7f1cb0648a1d42b827856e3e22080222d8b525a5197a3895bce3d7fb77f7596e21551099a1dfa96befcc2662ecb148 WHIRLPOOL 878b18a5b5ac49493249e78c13274758a91eaf34393a71363fde1708dd0f0cd6602b38926ac242afb7d950f0d107fc7347a2f9ef99b1976d970e62cdaa40c7e3 DIST wireless-regdb-2015.10.22.tar.xz 15708 SHA256 19ef80c2b9d24f0c483c32294258640b2510df1775ea1c6323e84cced02f1612 SHA512 e52f876981861ff40eed3160c1e56d7c1aa9353dc60a27157af924e8bb4a91611c456d67b1f3b8e62a80da8cb39a2235e39e4427ccf192cc67f48aacd72f9dbc WHIRLPOOL fb899d679105acda72ed8709bcf26481f1cfe69ff9f005ac37d77c225a53f29aee1640b633f02666ad4e17969014901f1caad3abc7652fdd3c42bbf4820f9df5 +DIST wireless-regdb-2016.02.08.tar.xz 15800 SHA256 ce957b7f4fe103d8fb4d160d3b39825ad0b0da639b7453d4022d71415b6c9f9f SHA512 bfb1e9f6b9c40f2f575f9e5866762bfb408be5157bc0c92aeafb1806c2e6c37d4cb085568e83291763469a30f47d1df8048982521b778a99a3d833d33842f569 WHIRLPOOL 6906f8372a54110cd9c1557c449cb3dcb43bb830061b28147d5100694bd1f0f17df8627581cefe13ec0d200f3eea28f7eaf062cad7acb41d0ab440461037dfb1 diff --git a/net-wireless/wireless-regdb/wireless-regdb-20160208.ebuild b/net-wireless/wireless-regdb/wireless-regdb-20160208.ebuild new file mode 100644 index 000000000000..41e34dc9a58f --- /dev/null +++ b/net-wireless/wireless-regdb/wireless-regdb-20160208.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}" +DESCRIPTION="Binary regulatory database for CRDA" +HOMEPAGE="https://wireless.kernel.org/en/developers/Regulatory" +SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sparc x86" +IUSE="" + +S="${WORKDIR}/${MY_P}" + +src_compile() { + einfo "Recompiling regulatory.bin from db.txt would break CRDA verify. Installing unmodified binary version." +} + +src_install() { + # This file is not ABI-specific, and crda itself always hardcodes + # this path. So install into a common location for all ABIs to use. + insinto /usr/lib/crda + doins regulatory.bin + + insinto /etc/wireless-regdb/pubkeys + doins sforshee.key.pub.pem + + doman regulatory.bin.5 + dodoc README db.txt +} diff --git a/sci-biology/abyss/abyss-1.3.6.ebuild b/sci-biology/abyss/abyss-1.3.6.ebuild index 04dcc7ce6a25..904b3e1e65a6 100644 --- a/sci-biology/abyss/abyss-1.3.6.ebuild +++ b/sci-biology/abyss/abyss-1.3.6.ebuild @@ -14,14 +14,21 @@ SRC_URI="http://www.bcgsc.ca/downloads/abyss/${P}.tar.gz" LICENSE="abyss" SLOT="0" -IUSE="+mpi openmp" +IUSE="+mpi openmp misc-haskell" KEYWORDS="~amd64 ~x86" -DEPEND=" +RDEPEND=" dev-cpp/sparsehash dev-libs/boost - mpi? ( virtual/mpi )" -RDEPEND="${DEPEND}" + misc-haskell? ( dev-libs/gmp:0= + virtual/libffi:0= + ) + mpi? ( virtual/mpi ) +" +DEPEND="${RDEPEND} + misc-haskell? ( dev-lang/ghc + dev-haskell/mmap ) +" # todo: --enable-maxk=N configure option # todo: fix automagic mpi toggling @@ -39,6 +46,10 @@ src_prepare() { } src_configure() { + # disable building haskell tool Misc/samtobreak + # unless request by user: bug #534412 + use misc-haskell || export ac_cv_prog_ac_ct_GHC= + local myeconfargs=( --docdir="${EPREFIX}/usr/share/doc/${PF}" $(use_enable openmp) diff --git a/sci-biology/abyss/metadata.xml b/sci-biology/abyss/metadata.xml index 959160fe46b1..c0c84f0ed07e 100644 --- a/sci-biology/abyss/metadata.xml +++ b/sci-biology/abyss/metadata.xml @@ -5,4 +5,11 @@ <email>sci-biology@gentoo.org</email> <name>Gentoo Biology Project</name> </maintainer> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <use> + <flag name='misc-haskell'>build abyss-samtobreak tool, pull in haskell toolchain</flag> + </use> </pkgmetadata> diff --git a/sci-mathematics/agda/agda-2.4.2.5-r1.ebuild b/sci-mathematics/agda/agda-2.4.2.5-r1.ebuild new file mode 100644 index 000000000000..950d7ced6b69 --- /dev/null +++ b/sci-mathematics/agda/agda-2.4.2.5-r1.ebuild @@ -0,0 +1,131 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.6.9999 + +CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +inherit haskell-cabal elisp-common + +MY_PN="Agda" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A dependently typed functional programming language and proof assistant" +HOMEPAGE="http://wiki.portal.chalmers.se/agda/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+cpphs +stdlib emacs" + +RDEPEND=">=dev-haskell/binary-0.7.2.1:=[profile?] <dev-haskell/binary-0.8:=[profile?] + >=dev-haskell/boxes-0.1.3:=[profile?] <dev-haskell/boxes-0.2:=[profile?] + >=dev-haskell/data-hash-0.2.0.0:=[profile?] <dev-haskell/data-hash-0.3:=[profile?] + >=dev-haskell/edit-distance-0.2.1.2:=[profile?] <dev-haskell/edit-distance-0.3:=[profile?] + >=dev-haskell/equivalence-0.2.5:=[profile?] <dev-haskell/equivalence-0.4:=[profile?] + >=dev-haskell/geniplate-mirror-0.6.0.6:=[profile?] <dev-haskell/geniplate-mirror-0.8:=[profile?] + >=dev-haskell/hashable-1.2.1.0:=[profile?] <dev-haskell/hashable-1.3:=[profile?] + >=dev-haskell/haskeline-0.7.1.3:=[profile?] <dev-haskell/haskeline-0.8:=[profile?] + >=dev-haskell/haskell-src-exts-1.16.0.1:=[profile?] <dev-haskell/haskell-src-exts-1.18:=[profile?] + >=dev-haskell/parallel-3.2.0.4:=[profile?] <dev-haskell/parallel-3.3:=[profile?] + >=dev-haskell/quickcheck-2.8:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?] + >=dev-haskell/strict-0.3.2:=[profile?] <dev-haskell/strict-0.4:=[profile?] + >=dev-haskell/text-0.11.3.1:=[profile?] <dev-haskell/text-1.3:=[profile?] + >=dev-haskell/transformers-compat-0.3.3.3:=[profile?] <dev-haskell/transformers-compat-0.5:=[profile?] + >=dev-haskell/unordered-containers-0.2.5.0:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?] + >=dev-haskell/void-0.5.4:=[profile?] <dev-haskell/void-0.9:=[profile?] + >=dev-haskell/xhtml-3000.2.1:=[profile?] <dev-haskell/xhtml-3000.3:=[profile?] + >=dev-haskell/zlib-0.4.0.1:=[profile?] + >=dev-lang/ghc-7.6.2:= + || ( ( >=dev-haskell/hashtables-1.0.1.8:=[profile?] <dev-haskell/hashtables-1.2:=[profile?] ) + ( >=dev-haskell/hashtables-1.2.0.2:=[profile?] <dev-haskell/hashtables-1.3:=[profile?] ) ) + || ( ( >=dev-haskell/mtl-2.1.1:=[profile?] <=dev-haskell/mtl-2.1.3.1:=[profile?] ) + ( >=dev-haskell/mtl-2.2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] ) ) + || ( ( >=dev-haskell/transformers-0.3:=[profile?] <dev-haskell/transformers-0.4:=[profile?] ) + ( >=dev-haskell/transformers-0.4.1.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?] ) ) +" +RDEPEND+=" + emacs? ( app-emacs/haskell-mode + virtual/emacs ) +" +PDEPEND="stdlib? ( =sci-mathematics/agda-stdlib-${PV} )" +DEPEND="${RDEPEND} + dev-haskell/alex + >=dev-haskell/cabal-1.16.0 + dev-haskell/happy + cpphs? ( dev-haskell/cpphs ) +" +RDEPEND+="!sci-mathematics/agda-executable" + +SITEFILE="50${PN}2-gentoo.el" +S="${WORKDIR}/${MY_P}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-hashtables.patch + + sed -e '/.*emacs-mode.*$/d' \ + -i "${S}/${MY_PN}.cabal" \ + || die "Could not remove agda-mode from ${MY_PN}.cabal" + sed -e '/^executable agda-mode$/a \ \ buildable: False' \ + -i "${S}/${MY_PN}.cabal" \ + || die "Could not remove agda-mode executable from ${MY_PN}.cabal" + + cabal_chdeps \ + 'zlib >= 0.4.0.1 && < 0.6.1' 'zlib >= 0.4.0.1' +} + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag cpphs cpphs) +} + +src_compile() { + if use emacs; then + BYTECOMPFLAGS="-L ./src/data/emacs-mode" + elisp-compile src/data/emacs-mode/*.el \ + || die "Failed to compile emacs mode" + fi + haskell-cabal_src_compile +} + +src_test() { + export LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}" + + dist/build/agda/agda --test +RTS -M1g || die +} + +src_install() { + local add="${ED}"/usr/share/"${P}/ghc-$(ghc-version)" + + haskell-cabal_src_install + + export LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}${LD_LIBRARY_PATH}" + # generate Primitive.agdai, emulate Setup.hs postinst phase + Agda_datadir="${add}" \ + "${ED}"/usr/bin/agda "${add}"/lib/prim/Agda/Primitive.agda \ + || die "Failed to build 'Primitive.agdai'" + + if use emacs; then + elisp-install ${PN} src/data/emacs-mode/*.el \ + || die "Failed to install emacs mode" + elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ + || die "Failed to install elisp site file" + fi +} + +pkg_postinst() { + haskell-cabal_pkg_postinst + if use emacs; then + elisp-site-regen + fi +} + +pkg_postrm() { + haskell-cabal_pkg_postrm + if use emacs; then + elisp-site-regen + fi +} diff --git a/sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch b/sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch new file mode 100644 index 000000000000..9bba347fa292 --- /dev/null +++ b/sci-mathematics/agda/files/agda-2.4.2.5-hashtables.patch @@ -0,0 +1,13 @@ +diff --git a/src/full/Agda/Utils/HashMap.hs b/src/full/Agda/Utils/HashMap.hs +index 5e1da8b..7c34548 100644 +--- a/src/full/Agda/Utils/HashMap.hs ++++ b/src/full/Agda/Utils/HashMap.hs +@@ -5,7 +5,7 @@ module Agda.Utils.HashMap + ) where + + import Data.Hashable +-import Data.HashMap.Strict as HashMap ++import Data.HashMap.Strict as HashMap (HashMap, filter, lookup, insert, delete, empty, insertWith, toList, adjust, union, unionWith, elems, fromList, (!), keys, map, unions, foldr) + import qualified Data.Maybe as Maybe + + -- | Like 'Data.Map.Strict.mapMaybe'. diff --git a/sys-block/lsiutil/metadata.xml b/sys-block/lsiutil/metadata.xml index 1291c4cfa4db..38830086e85b 100644 --- a/sys-block/lsiutil/metadata.xml +++ b/sys-block/lsiutil/metadata.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> + <!-- used by infra, please do not non-maintainer drop --> + <maintainer type="project"> + <email>sysadmin@gentoo.org</email> + <name>Gentoo Sysadmin Project</name> </maintainer> </pkgmetadata> diff --git a/sys-block/megacli/Manifest b/sys-block/megacli/Manifest index 347179176647..bb4616fe4a6c 100644 --- a/sys-block/megacli/Manifest +++ b/sys-block/megacli/Manifest @@ -1,3 +1,4 @@ +DIST 8-07-14_MegaCLI.zip 7939395 SHA256 d9b152ae3dab76a334b9251702dba3311ceed91b58aaf52d916eb4ba1c2ab6e9 SHA512 ee2b66b69dc41bb678e54f5ccf4908a51e6fde147b2118844ff6248127aa51f12af0e7562c74461d52ea8e9b4345877b21c87fc89210208d80cf2fd3402a93e3 WHIRLPOOL 6720e246590a89ca6914f38a87aea83fe78f3986cee931bc2b133185c686574b80cf298a805c0412de6fc8fdd4e14a56e70ea5591446a1547a15b5487af245ae DIST 8.02.21_MegaCLI.zip 12939353 SHA256 e5fdaff341b3cd8c3b5bbe334f5e819f9eb167e141337ce92a47a73c3fd7ac0b DIST 8.07.10_MegaCLI_Linux.zip 1543709 SHA256 631b58c1a51815c1c01db4d4d7b7b8c1099e3dff2c7ae6f1c2bf32a9aae6aca4 SHA512 ee83910dac54b653f5c33703555c51d37b33e1672c6de6473950ca21ff19518b7de921cfa07a50e1c7f26054c7075c6bc241b52f89757cc1e0e0f4251a07bcd7 WHIRLPOOL 5a045a113aee047b9d30f58029ba5c039c721f16d7e6ce0958de2273d0024e475bc1aeee786dfee95342f595fc13c050a7bb45a374851cc73dee60b335c276be DIST 8.07.14_MegaCLI.zip 7939395 SHA256 d9b152ae3dab76a334b9251702dba3311ceed91b58aaf52d916eb4ba1c2ab6e9 SHA512 ee2b66b69dc41bb678e54f5ccf4908a51e6fde147b2118844ff6248127aa51f12af0e7562c74461d52ea8e9b4345877b21c87fc89210208d80cf2fd3402a93e3 WHIRLPOOL 6720e246590a89ca6914f38a87aea83fe78f3986cee931bc2b133185c686574b80cf298a805c0412de6fc8fdd4e14a56e70ea5591446a1547a15b5487af245ae diff --git a/sys-block/megacli/megacli-8.07.14-r1.ebuild b/sys-block/megacli/megacli-8.07.14-r1.ebuild new file mode 100644 index 000000000000..048bcd6ba8b4 --- /dev/null +++ b/sys-block/megacli/megacli-8.07.14-r1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit rpm +MY_PV="${PV//./-}" +MY_P=${MY_PV}_MegaCLI + +DESCRIPTION="LSI Logic MegaRAID Command Line Interface management tool" +# Avagotech now owns LSI +HOMEPAGE="http://www.avagotech.com/cs/Satellite?pagename=AVG2/searchLayout&SearchKeyWord=8.07&searchType=DocumentFileExtension-zip&locale=avg_en&srchradio=within&within=8.07" +# This file is '[zip] MegaCLI 5.5 P2', Date: 01/20/2014 Size: 7753 KB +SRC_URI="http://docs.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/${MY_P}.zip" + +LICENSE="LSI" +SLOT="0" +# This package can never enter stable, it can't be mirrored and upstream +# can remove the distfiles from their mirror anytime. +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="app-arch/unzip + app-admin/chrpath" +RDEPEND="" + +S=${WORKDIR} + +# Previous releases from LSI directly required a click-through EULA; but the +# upstream website no longer requires this consistently: most old files have +# two or more download pages, and while one of the pages has a generic +# click-through download form, the file-specific download page only requires +# click-through on some items. See also sys-block/lsiutil +RESTRICT="mirror bindist" +QA_PREBUILT="/opt/${PN}/${PN} + /opt/${PN}/lib/*" + +src_unpack() { + unpack ${A} + cd "${S}" + rpm_unpack ./Linux/MegaCli-${PV}-1.noarch.rpm +} + +src_install() { + newdoc "${PV}_MegaCLI.txt" RELEASE.txt + + exeinto /opt/megacli + libsysfs=libstorelibir-2.so.14.07-0 + case ${ARCH} in + amd64) MegaCli=MegaCli64;; + x86) MegaCli=MegaCli;; + *) die "invalid ARCH";; + esac + newexe opt/MegaRAID/MegaCli/${MegaCli} ${PN} + + exeinto /opt/${PN}/lib + doexe opt/MegaRAID/MegaCli/${libsysfs} + + into /opt + newbin "${FILESDIR}"/${PN}-wrapper ${PN} + dosym ${PN} /opt/bin/MegaCli + + # Remove DT_RPATH + chrpath -d "${D}"/opt/${PN}/${PN} +} + +pkg_postinst() { + einfo + einfo "See /usr/share/doc/${PF}/RELEASE.txt for a list of supported controllers" + einfo "(contains LSI model names only, not those sold by 3rd parties" + einfo "under custom names like Dell PERC etc)." + einfo + einfo "As there's no dedicated manual, you might want to have" + einfo "a look at the following cheat sheet (originally written" + einfo "for Dell PowerEdge Expandable RAID Controllers):" + einfo "http://tools.rapidsoft.de/perc/perc-cheat-sheet.html" + einfo + einfo "For more information about working with Dell PERCs see:" + einfo "http://tools.rapidsoft.de/perc/" + einfo +} diff --git a/sys-fs/mdadm/mdadm-3.4.ebuild b/sys-fs/mdadm/mdadm-3.4.ebuild index 88431e15c5cb..a4aff3eb858e 100644 --- a/sys-fs/mdadm/mdadm-3.4.ebuild +++ b/sys-fs/mdadm/mdadm-3.4.ebuild @@ -25,6 +25,7 @@ RDEPEND=">=sys-apps/util-linux-2.16" RESTRICT="test" mdadm_emake() { + # We should probably make corosync & libdlm into USE flags. #573782 emake \ PKG_CONFIG="$(tc-getPKG_CONFIG)" \ CC="$(tc-getCC)" \ @@ -32,6 +33,8 @@ mdadm_emake() { CXFLAGS="${CFLAGS}" \ UDEVDIR="$(get_udevdir)" \ SYSTEMD_DIR="$(systemd_get_unitdir)" \ + COROSYNC="-DNO_COROSYNC" \ + DLM="-DNO_DLM" \ "$@" } diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild index c7f189b01990..47fd79f09645 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -46,7 +46,6 @@ pkg_setup() { IOSCHED_NOOP MODULES !PAX_KERNEXEC_PLUGIN_METHOD_OR - !PAX_USERCOPY_SLABS ZLIB_DEFLATE ZLIB_INFLATE " diff --git a/sys-kernel/spl/spl-9999.ebuild b/sys-kernel/spl/spl-9999.ebuild index 33e625f28993..bd16ada2b797 100644 --- a/sys-kernel/spl/spl-9999.ebuild +++ b/sys-kernel/spl/spl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,9 +39,9 @@ pkg_setup() { linux-info_pkg_setup CONFIG_CHECK=" !DEBUG_LOCK_ALLOC - !GRKERNSEC_HIDESYM - MODULES + !GRKERNSEC_RANDSTRUCT KALLSYMS + MODULES !PAX_KERNEXEC_PLUGIN_METHOD_OR ZLIB_DEFLATE ZLIB_INFLATE diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest index d4af3bab1391..5c448014af71 100644 --- a/www-apache/passenger/Manifest +++ b/www-apache/passenger/Manifest @@ -1,3 +1,4 @@ DIST passenger-4.0.60.tar.gz 5271049 SHA256 bbb8c18cc371441ce4ee9a4de4d124b6ec5e6af6e95a472b93a72d0357dc88fe SHA512 144df1e5e3dfbf9f9fa13d959c0324760b01c5e86b3f8e52c3d7d9c32eec916a35cc5c52a8c7a5ab9ed1ccee4d7efc9f77fc9940ad1515937a7bfe964753b219 WHIRLPOOL c8f3993b2745eb577c2eddbca2fd280e7db56adbeb4f72ba4b29770d95b991a8012243d1a9bd19aa59a28cfb9326117d649f70cf6d406a4e53acd1e40deb5b57 DIST passenger-5.0.22.tar.gz 5412739 SHA256 0dfefb780ff134e6dd9352886f1086b980777adf27a98507ebfed648938b628f SHA512 9fe709d7d83d65e3f610cd0aacfa07122790d2b0797a5e807be129012254ded63d20b8e6cbe194e47bc7761af8fec67e884ed7f370d18baf06778e3035b0708b WHIRLPOOL 6348af6c8e434d1b64de024ddaf769000d9b6a7d33dc23c5d83d3bdb835f9ee78ca73ead764442f5e481949a28814fe6d2a77891240ebb7a0252c201695e50cb DIST passenger-5.0.23.tar.gz 5413416 SHA256 c659fe84ce95635a8561dd5580455f94a431411a61493ab9aa447b881e23dacf SHA512 6d4b3a28c9b277285fa3dbde0ec99c159de5173873204c76a422b0e99e4035a36efe3e729c42d1b0c2198cc3cd8690d7098991af37cf1b0698f3a0ff7e1e288e WHIRLPOOL 322ef7f90df3d0ec6dca0e752539823aebbb9fdc1854322839bde8ebc436a82f652d24aabca4f7dad298879e943926052641f55e83da8fe0bb93aea71c2e1f53 +DIST passenger-5.0.24.tar.gz 5415880 SHA256 06b9cdd18c1ef283628b753815ae1c6eaf764f212fd8d439d7035c9257288f79 SHA512 6b405881b7f9127f4bb093d7113e8ef6b4640ad33c27e1b1c5b860f2e2a5ec8bd4257c1d765a8a765712635c67e2e122cd6230b64186915facd98e14af5a3bce WHIRLPOOL 76382d058b8364d67821ab5839623a96587e4e07eb19452a2163c3c0402e64410f6b08797bd8177cbf826e59b41360383520aeed98a7baf003db715c0d7d2eca diff --git a/www-apache/passenger/passenger-5.0.24.ebuild b/www-apache/passenger/passenger-5.0.24.ebuild new file mode 100644 index 000000000000..dd31905f0f7c --- /dev/null +++ b/www-apache/passenger/passenger-5.0.24.ebuild @@ -0,0 +1,118 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs + +DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze" +HOMEPAGE="https://www.phusionpassenger.com/" +SRC_URI="http://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +ruby_add_bdepend "dev-ruby/rake" + +ruby_add_rdepend " + >=dev-ruby/rack-1.0.0:* + >=dev-ruby/rake-0.8.1" + +# libev is bundled but with adapations that do not seem to be accepted +# upstream, so we must use the bundled version :-( +CDEPEND=" + >=dev-libs/libuv-1.5.0 + net-misc/curl[ssl] + www-servers/apache[apache2_modules_unixd(+)]" + +RDEPEND="${RDEPEND} ${CDEPEND}" +DEPEND="${DEPEND} ${CDEPEND}" + +APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}" +APACHE2_MOD_DEFINE="PASSENGER" + +need_apache2 + +pkg_setup() { + use debug && append-flags -DPASSENGER_DEBUG +} + +all_ruby_prepare() { + epatch "${FILESDIR}"/${PN}-5.0.20-gentoo.patch + + # Change these with sed instead of a patch so that we can easily use + # the toolchain-funcs methods. + sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \ + -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \ + -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die + + # Avoid fixed debugging CFLAGs. + sed -e '/debugging_cflags/areturn ""' -i src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die + + # Use sed here so that we can dynamically set the documentation directory. + sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \ + -e "s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:" \ + -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \ + src/ruby_supportlib/phusion_passenger.rb || die + sed -i -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" src/cxx_supportlib/ResourceLocator.h || die + + # Don't install a tool that won't work in our setup. + sed -i -e '/passenger-install-apache2-module/d' src/ruby_supportlib/phusion_passenger/packaging.rb || die + rm -f bin/passenger-install-apache2-module || die "Unable to remove unneeded install script." + + # Make sure we use the system-provided version where possible + rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove vendored code." + + # Avoid building documentation to avoid a dependency on mizuho. + #sed -i -e 's/, :doc//' build/packaging.rb || die + touch doc/*.html || die + + # Fix hard-coded use of AR + sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/cplusplus_support.rb || die +} + +all_ruby_compile() { + V=1 EXTRA_LDFLAGS="${LDFLAGS}" \ + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + FS_LIBDIR='/usr/'$(get_libdir) \ + USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \ + ruby -S rake apache2 || die "rake failed" +} + +each_ruby_compile() { + append-flags -fno-strict-aliasing + + V=1 EXTRA_LDFLAGS="${LDFLAGS}" \ + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + FS_LIBDIR='/usr/'$(get_libdir) \ + USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \ + ${RUBY} -S rake native_support || die "rake failed" +} + +all_ruby_install() { + APACHE2_MOD_FILE="${S}/buildout/apache2/mod_${PN}.so" + apache-module_src_install + + # Patch in the correct libdir + sed -i -e 's:/usr/lib/:/usr/'$(get_libdir)'/:' "${D}${APACHE_MODULES_CONFDIR}/30_mod_${PN}.conf" || die + + dodoc CHANGELOG README.md +} + +each_ruby_install() { + DISTDIR="${D}" \ + RUBYLIBDIR="$(ruby_rbconfig_value vendordir)" \ + RUBYARCHDIR="$(ruby_rbconfig_value archdir)" \ + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + FS_LIBDIR='/usr/'$(get_libdir) \ + EXTRA_LDFLAGS="${LDFLAGS}" \ + USE_VENDORED_LIBUV="no" LIBUV_LIBS="-luv" \ + ${RUBY} -S rake fakeroot || die "rake failed" +} diff --git a/www-client/google-chrome-beta/Manifest b/www-client/google-chrome-beta/Manifest index 5844ef7a6fef..03ab1863e0a5 100644 --- a/www-client/google-chrome-beta/Manifest +++ b/www-client/google-chrome-beta/Manifest @@ -1 +1 @@ -DIST google-chrome-beta_49.0.2623.28-1_amd64.deb 48899410 SHA256 1e8dd09ec05dc1e8ae171998a5854429360e12452ca3b53e65fad93c36904672 SHA512 3c7689f1a196e7a18073e2e1744564e78d5a1e0ebde6fb054247f6036258bf8aba22f9cec21e8bb42ad95d685a8ca1f8e2faf0d9ee540180f5504c25136bcc76 WHIRLPOOL 057b9b9f1192c117316b5e58d41dc58c1186502629cb2542fd369e8dafa1e7b599ef87659ed192715b4fd57c3de198a3b9987fd27a0ced9eace6be3ac001f7e8 +DIST google-chrome-beta_49.0.2623.39-1_amd64.deb 48486470 SHA256 069e032948de5915b8a00408a81e923eacb283858bfcc31b57b9fa36952c305a SHA512 473bc2ca400755b4e870f90aa59450c619ee7e99073ec7092424af72757d0cec58882e742a708df7b9287027778d36da11842854f5f25d32f76fe63bde23b74b WHIRLPOOL b1f2636f7e9bc017bf1bc646d6e2657cd960f996d9ceb5a9d543239f1bc76dc72f4b4c242f88504d077571ff91689bdc09abb75b28721595fe0233cdf504966f diff --git a/www-client/google-chrome-beta/google-chrome-beta-49.0.2623.28_p1.ebuild b/www-client/google-chrome-beta/google-chrome-beta-49.0.2623.39_p1.ebuild index d57602ec7c32..d57602ec7c32 100644 --- a/www-client/google-chrome-beta/google-chrome-beta-49.0.2623.28_p1.ebuild +++ b/www-client/google-chrome-beta/google-chrome-beta-49.0.2623.39_p1.ebuild diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest index 7cd357b12949..acbc67c71281 100644 --- a/x11-misc/mate-notification-daemon/Manifest +++ b/x11-misc/mate-notification-daemon/Manifest @@ -1,2 +1,3 @@ +DIST mate-notification-daemon-1.10.2.tar.xz 304100 SHA256 f421deaf684368cc426954bbd6ecd1aa518fa50f44c03e0f68a50ae8aa9b35b3 SHA512 6b7cc9c7450da340c2a6061307c46a0fdabb4ff28fd6dfa12180f4007fcd33ea936d767abae19c571e6f63fa8a261df40dfc2bfb38d8efebbe9becc4ba16dbcc WHIRLPOOL fba269bdf8a0ad37889b9ebaf4d2da95835187714ce958989ca76471a82afdd1ed4970fe520936d59b8a961988b05f557cce32235e4a37eae355b980045b1b1b DIST mate-notification-daemon-1.8.0.tar.xz 301228 SHA256 21f29513efdbc97ab87e7813bb81c2d23038f5c49a57f55107316f99ae79cfb0 SHA512 a37fe85998b18148eb1dcf4f96a6a18a8f2b9acdbeaf356decc41b220e8db58db914cd1f2ff665081061e63119773445d9fb874c19ab8fd5396fc7b927f6267d WHIRLPOOL fc7a093b558745bcceee708fdf6ad24df41ebbc2beebc41b742b59e7ef1b2c9b59a9daea4166c7713264e5a2c804e63e5f9bf17aadaba718c1e94a3977a55744 DIST mate-notification-daemon-1.8.1.tar.xz 300984 SHA256 322b0f461d0972536916191481ee8f71b94c9534049498617c78218c9ce792a6 SHA512 45d9d8e95628a4ea384335a2293c85cda3177676acf6b4d3ee877f85f7b631c8f19429884017414f6882c4b6dcb32a1c2dbeb3bebaee8f8ab3107003bf3c9d92 WHIRLPOOL 4c88feacefd6e1f5b741e19694f8c17e83ff0963340b4f6a90bec07d532608e39ad617f41d5301e703dc3c3326021062edd748a44899e61905cabd1173b86120 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.10.2.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.10.2.ebuild new file mode 100644 index 000000000000..2662425b3706 --- /dev/null +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.10.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GNOME2_LA_PUNT="yes" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE Notification daemon" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/atk:0 + >=dev-libs/dbus-glib-0.78:0 + >=dev-libs/glib-2.36:2 + >=media-libs/libcanberra-0.4:0[gtk] + >=sys-apps/dbus-1:0 + x11-libs/cairo:0 + >=x11-libs/gdk-pixbuf-2.22:2 + >=x11-libs/gtk+-2.24:2 + >=x11-libs/libnotify-0.7:0 + x11-libs/libX11:0 + >=x11-libs/libwnck-1:1 + virtual/libintl:0 + !x11-misc/notify-osd:* + !x11-misc/qtnotifydaemon:* + !x11-misc/notification-daemon:*" + +DEPEND="${RDEPEND} + app-arch/xz-utils:0 + >=dev-util/intltool-0.40:* + sys-devel/gettext:* + >=sys-devel/libtool-2.2.6:2 + virtual/pkgconfig:*" + +DOCS=( AUTHORS ChangeLog NEWS ) + +src_install() { + gnome2_src_install + + cat <<-EOF > "${T}/org.freedesktop.Notifications.service" + [D-BUS Service] + Name=org.freedesktop.Notifications + Exec=/usr/libexec/mate-notification-daemon + EOF + + insinto /usr/share/dbus-1/services + doins "${T}/org.freedesktop.Notifications.service" +} diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest index 808ad671cd1c..32fa071ca94d 100644 --- a/x11-misc/mozo/Manifest +++ b/x11-misc/mozo/Manifest @@ -1 +1,2 @@ +DIST mozo-1.10.1.tar.xz 163456 SHA256 91e97700d67cddaf39ec5f06d1bddaf585458d7677d76d72a4a527cfd030ecd8 SHA512 767f81c84642f83ba7579fde5eceedb588d934e52f0dd8f8a405e596e445aa68d0e3828db909130d121298e4fc7822736b45af7eda8f2c01f809b9df294a4aea WHIRLPOOL 6542017d320840a8a1f53e8e44c4a38a81efa62352ebe46c7f5b50bca9cde19401ff3cf07b08f4f85f15c555964af26dc539c95ec8062fd31bed8e25dafaa299 DIST mozo-1.8.0.tar.xz 162484 SHA256 326f0a6c30c07381b113b243ccdcc46269b2cab1e998ea6e1f9e79f520f015cb SHA512 4d5a0f8881b65c7ebf82686735f42183853c0c3687b5e15e594a0d9c88b6eb0d19201105773c3f3a539e93f045732a2c4e6d4718073283c4d518e505fed7e4ab WHIRLPOOL f47637cf8a6cb0ea2f805a3acf72df391e4c3dfb0f65af433be591a30e24f64ee3cf233b821dd4b790efecad468e66d23ca175b83ea309a3ac436b5d6d13cc00 diff --git a/x11-misc/mozo/mozo-1.10.1.ebuild b/x11-misc/mozo/mozo-1.10.1.ebuild new file mode 100644 index 000000000000..d876394a5e70 --- /dev/null +++ b/x11-misc/mozo/mozo-1.10.1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" + +inherit gnome2 python-r1 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Mozo menu editor for MATE" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +COMMON_DEPEND=">=dev-python/pygobject-2.15.1:2[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.13:2[${PYTHON_USEDEP}] + >=mate-base/mate-menus-1.10:0[introspection,python]" + +RDEPEND="${COMMON_DEPEND} + ${PYTHON_DEPS} + >=mate-base/mate-panel-1.10:0 + x11-libs/gdk-pixbuf:2[introspection] + x11-libs/gtk+:2[introspection] + virtual/libintl:0 + !!x11-misc/mate-menu-editor" + +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +src_prepare() { + gnome2_src_prepare + python_copy_sources +} + +src_configure() { + python_foreach_impl run_in_build_dir gnome2_src_configure \ + --disable-icon-update +} + +src_compile() { + python_foreach_impl run_in_build_dir gnome2_src_compile +} + +src_test() { + python_foreach_impl run_in_build_dir emake check +} + +DOCS="AUTHORS NEWS README" + +src_install() { + installing() { + gnome2_src_install + + # Massage shebang to make python_doscript happy + sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \ + -i mozo || die + + python_doscript mozo + } + + python_foreach_impl run_in_build_dir installing +} diff --git a/x11-misc/xdotool/Manifest b/x11-misc/xdotool/Manifest index d90ca0e8c8a7..82da89293dc7 100644 --- a/x11-misc/xdotool/Manifest +++ b/x11-misc/xdotool/Manifest @@ -1 +1,2 @@ DIST xdotool-2.20110530.1.tar.gz 107204 SHA256 e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67 SHA512 0b2f71203c41e320aac152e1376b30bb9f5ea2067572299ad4c32f49b2505566275f0b377b4f443c3520751d71a9b270325cd676e63ee2a153de3213e128f2cb WHIRLPOOL c4bb185e59237917ddeb86d433ca1fbbea1ace2e1cc46c7d949cef748a7765b01300fdd3826537135798a646d4672a1607b6cc60acc7539e46994d974a5e1dad +DIST xdotool-3.20150503.1.tar.gz 102125 SHA256 e8326883bd5e91bede7336cbee186e6e9143f40b3fb61c84afc9bb31b87e96d1 SHA512 d8eb411490d2f4936d63cd459e3319f76faf6dd415a3c2c68446b5a98d24290794dbffd22fbccfef5acc7d8aec6ce92b2135ecb3e1178607fc7d5b1e1767ede1 WHIRLPOOL 624b6fe82248ad31d4446dc5f42269c82d8d366e46d40313b77a78af18502cc57e8bf430fc7f175ed6d5474fe0c7de8643fd6cfba146ebc72e4f5545be48086c diff --git a/x11-misc/xdotool/xdotool-3.20150503.1.ebuild b/x11-misc/xdotool/xdotool-3.20150503.1.ebuild new file mode 100644 index 000000000000..cf7023b19df0 --- /dev/null +++ b/x11-misc/xdotool/xdotool-3.20150503.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=2 + +inherit eutils toolchain-funcs flag-o-matic multilib + +DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows" +HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" +SRC_URI="https://github.com/jordansissel/xdotool/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="examples" + +RDEPEND="x11-libs/libXtst + x11-libs/libX11 + x11-libs/libXinerama" +DEPEND="${RDEPEND}" + +# The test wants to manualy start Xvfb, wont use VirtualX and it tries +# to run a full gnome-session. For such a tiny application i consider +# it overkill to rewrite the test scripts to not use it's own X server +# and add a full blown gnome just to run the tests. +RESTRICT="test" + +src_prepare() { + sed -i \ + -e "s/installheader post-install$/installheader/" \ + -e 's:\<pkg-config\>:$(PKG_CONFIG):' \ + Makefile || die "sed failed" +} + +src_compile() { + tc-export CC LD PKG_CONFIG + default +} + +src_install() { + emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install || die + + dodoc CHANGELIST README + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins examples/* + fi +} diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest index 082faa3007f8..71a92677ba0f 100644 --- a/x11-terms/mate-terminal/Manifest +++ b/x11-terms/mate-terminal/Manifest @@ -1,2 +1,3 @@ +DIST mate-terminal-1.10.2.tar.xz 1147956 SHA256 4fc1ebebb5dc77231f1887752d9588c0f5f368b9190005d642198beedb9f7b72 SHA512 162f2a8b210169fc866c87b84d08834468b0377ab53884f34f22ced0f3bb52fb9029ecf8f7a0dafdff050d6e919f7e6e6d75d7b6ffdc5891183c37fc8eb73420 WHIRLPOOL 78bc74385800566985c09fb2ce440cfe56edf5ea53510b898fd57f7ce96631724e6b9120e3fab86ceb8b4d73e6b1df994639e933dfda73ddd3089a01e4b2065b DIST mate-terminal-1.8.0.tar.xz 1150588 SHA256 9efe1f9e3ee6ef9bc90e233ebe0a440cdb24761edfb9743dcc8b56f8b7a57c09 SHA512 c672a85afd5188cc883eadeae468750cbe1544a8d95fd6b3af0c5d8b41aaeb563227a4d4effdc4a13ea49d823d2ac28adf4caae4f7b3c68d69f0fc49adfc00fb WHIRLPOOL 6112fb99c37c8049b9d5c9f564a387556b734cc87892afe0cbd6e0cba9777514814a15f71a025da9a3cf1a240bc86ca5257f66a14c5278ce28753fffbf737caf DIST mate-terminal-1.8.1.tar.xz 1160064 SHA256 d4ba3fd495feb4f8836ea9ca4c201c78fe9564c8190a2d3c84ca4e514a7aa39d SHA512 fec2b2a48ca5a6218a73694627e9a690f61be9706c12999428467755949a47d1f57fb5767370fe9c1fba02333b4802ecbebae0b7f87f547539cdd1b3eaa44ee1 WHIRLPOOL 8d1ed15964ffc67d22094c52a68b6c88aded026511d3de2c9bf9c0a494424ae27f5f234db5b9e2ce29eabfd512605cd478a5f255b22f6281f8da536fb5298cbd diff --git a/x11-terms/mate-terminal/mate-terminal-1.10.2.ebuild b/x11-terms/mate-terminal/mate-terminal-1.10.2.ebuild new file mode 100644 index 000000000000..6e84a1c548e7 --- /dev/null +++ b/x11-terms/mate-terminal/mate-terminal-1.10.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="The MATE Terminal" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-text/rarian:0 + dev-libs/atk:0 + >=dev-libs/glib-2.36:2 + >=mate-base/mate-desktop-1.10:0 + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24.0:2 + x11-libs/libICE:0 + x11-libs/libSM:0 + x11-libs/libX11:0 + x11-libs/pango:0 + >=x11-libs/vte-0.27.1:0" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-dtd-1:1.0 + app-text/yelp-tools:0 + >=dev-util/intltool-0.40:* + sys-devel/gettext:* + virtual/pkgconfig:*" + +DOCS="AUTHORS ChangeLog HACKING NEWS README" diff --git a/x11-themes/mate-backgrounds/Manifest b/x11-themes/mate-backgrounds/Manifest index 752533923846..0208507c6903 100644 --- a/x11-themes/mate-backgrounds/Manifest +++ b/x11-themes/mate-backgrounds/Manifest @@ -1 +1,2 @@ +DIST mate-backgrounds-1.10.0.tar.xz 20897784 SHA256 fc5e056d97c1b2abccf1b3f11080129f8720b5607f7ecc354e09d64b300b9794 SHA512 b69f2ad935c0759fe9616e6e46b2bbe6adfbb5c4fa35b064cef54e5d1957539a6aa5e28051f995c7d68b893b40600fedafad2929460972fd30ff78c66bdf1dea WHIRLPOOL 2d49a7cedcd85897d9f0d3addff2e428cf94694fa7cdb23a752d7adec93a5e208b573d32066f0f4d2fd4c5d9cd4abeb253639113b736507173be2271b9810932 DIST mate-backgrounds-1.8.0.tar.xz 11663712 SHA256 c7e46f9c4456b5a4c602c11653912ca51b055f777934897f8baced8ce21d0b05 SHA512 ee7658e61ec68c3d85eb9c5eb033468f2c93b54c62dd31d8bf84a71e744fec2c600ea5af0aa9db85f50df3bca282d6f92d4adf65aeb6a78653caa609d32e4334 WHIRLPOOL 09c0f783eefd662ec3bb2425ff2a17faead620630afbb7ba3ffd2f0279865a78fd33e2bd30cb32c782c86a3925a50c939feac70b934cb118548f71760f06a0e7 diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.10.0.ebuild b/x11-themes/mate-backgrounds/mate-backgrounds-1.10.0.ebuild new file mode 100644 index 000000000000..8040fb624e3f --- /dev/null +++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.10.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="A set of backgrounds packaged with the MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-util/intltool-0.35:* + sys-devel/gettext:*" + +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/x11-themes/mate-icon-theme-faenza/Manifest b/x11-themes/mate-icon-theme-faenza/Manifest index f798c788194f..b4a512e8979c 100644 --- a/x11-themes/mate-icon-theme-faenza/Manifest +++ b/x11-themes/mate-icon-theme-faenza/Manifest @@ -1 +1,2 @@ +DIST mate-icon-theme-faenza-1.10.1.tar.xz 38659648 SHA256 5bc7d90042df975b3229b64a0a1077226d961f6dfc90775623399bb6d41b246a SHA512 f214c32f113d3da1d9705e7fcfa5523791759db2a674446fd3e664ba0a4168658edd8549f5c26853f648bcd4a6754f0d15da4b55921bde7244e70334d58b1ee3 WHIRLPOOL fa5fe173e21096d840f2f0a520774fb22546565057441ebf4e49cadbec33d647ee5f3abc15f269de27e5675177bac774f2b7553bf5f66797477e8aa7d0dd5cfe DIST mate-icon-theme-faenza-1.8.0.tar.xz 20817400 SHA256 6d1044af459373178ce05305db66b7dc6afb03b5475eacd122c19156fea0307b SHA512 38e60a44df80223a0c72b6cc124aa79ae5df8f90a842ef1c5c54bcb66b2aaf926c197ff8f8869d4643bdda1d4a168e4334b35ba06f1cdf13959d0b1ca994ea6c WHIRLPOOL 6600e068bbf2d82bf94f15f23ac905b2361ebd9cd388ad0b392672121848991b34771eaec1821a8b7fb957e9245b357d03b1363a185ea411e4fd76fa6aad7566 diff --git a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild new file mode 100644 index 000000000000..bf6b4753cb44 --- /dev/null +++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="minimal" + +RDEPEND="!minimal? ( >=x11-themes/mate-icon-theme-1.8:0 ) + x11-themes/hicolor-icon-theme:0" + +RESTRICT="binchecks strip" + +src_prepare() { + # Remove broken libreoffice icons (dangling symlinks). + rm matefaenza/apps/16/*libreoffice* || die +} diff --git a/x11-themes/mate-icon-theme/Manifest b/x11-themes/mate-icon-theme/Manifest index f56383afe194..55713fd4d388 100644 --- a/x11-themes/mate-icon-theme/Manifest +++ b/x11-themes/mate-icon-theme/Manifest @@ -1 +1,2 @@ +DIST mate-icon-theme-1.10.1.tar.xz 19043952 SHA256 9d15201d053ae4275f99e3f575ea8c7ed27711783ed1c262fa6e689d9ea75d5a SHA512 244df8b2ea17c4140920e04daa036b7ca6a219ffda1408430a29656cbbad3ab1a5873dbdbb82c135ef1feba04615d42759eee55bab9eb77ffb647ca91641a87f WHIRLPOOL 0f9559a8fd810801ea66f8665dcde0dcbe7566d0ea55c5c7b983cc9782ea308186214a0ac3606f52d22e9897f128fdf1ac4438a227401a015b5e0e6634862989 DIST mate-icon-theme-1.8.0.tar.xz 15512320 SHA256 e6b981f74e7e5faa9d3a3b64580b66a327737152c1a230608367e9fa7bb63eac SHA512 c8f37498ad7789eab66e4c8fb9de3c0821a49f099a875dc487b2897fce04e015ad5015343d0dd56df11e761fc98cc11090878eb7db82aaea478937ce7823ef80 WHIRLPOOL 8e9da6b8f329d5a72175157419c047fbd7b499269eae132384dc650e850a0dbcd39d4f566a402afd1e8817464b4ac3c5873cd14942fb5ea70d389c4d87c40908 diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.10.1.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.10.1.ebuild new file mode 100644 index 000000000000..3db66673b28d --- /dev/null +++ b/x11-themes/mate-icon-theme/mate-icon-theme-1.10.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE default icon themes" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40:* + >=x11-misc/icon-naming-utils-0.8.7:0 + sys-devel/gettext:* + virtual/pkgconfig:*" + +RESTRICT="binchecks strip" + +src_configure() { + gnome2_src_configure --enable-icon-mapping +} + +DOCS="AUTHORS NEWS TODO" diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest index 375597c5983c..78e66ac5ceff 100644 --- a/x11-themes/mate-themes/Manifest +++ b/x11-themes/mate-themes/Manifest @@ -1 +1,4 @@ +DIST mate-themes-1.10.5-gtk3.16.tar.xz 3298772 SHA256 ab754991ba2ef192db0857fe04334a5bdd6e9cbefc6cc509386a43c115b792cd SHA512 3f936b38e37f221050a48763fcd35a5f1edcd54f2e6553c0ed2538f22feba89c604219153d1176cf4039eff57a9702331d766739d2df8d17bb383ece668e3319 WHIRLPOOL 806b0f49b335ec10cdf83461d6aa187c12689432b59175dab3f66049ed8c45aa9eb8455e5989ede92c0e34d0e25838e8c309c99752b6875556af79d93e4c2d44 +DIST mate-themes-1.10.5-gtk3.18.tar.xz 3302312 SHA256 e26c100d0aaac979716d43d94957ef2fc679096f5bc3e350aac0f2d5bd966c90 SHA512 444b965bc4b713d8ff4067769ffe992bc045681ca718eca348b3193e2bf29a3961526eb19ad885641df4c7274e9e8bc477a28c41e9624b4287a04cf2ab7fb4e2 WHIRLPOOL d61bd0218737f2c404e4a981fe565490049a1ba738fa009424a9d0c3675ede0f5171a57fc3d1f2edc3d385d95878fd665929fe08f3f43eb2163a1ef3a134a86f DIST mate-themes-1.8.0.tar.xz 2885328 SHA256 bd64599e2b6354b744e5ff574877f7195ab204b4d3921eb7324eb8de4f9e0628 SHA512 00853c8c675dcaa0eeb96aaead24c0065a1c0982a3c88ba144dd25241c1639dd05969dfe9127b2451b6878134c257b1c211175403a1a9d0f3d29bb3b303337ec WHIRLPOOL 5a6faed68f0cfb4db56cac15b902215e0cf7f176d3df3437bff5c8a95390f81ef49cb7f289716c2135727cb8127ab0b84ac12f76de8e3b94414902197bf8fea4 +DIST mate-themes-1.8.1.tar.xz 2896520 SHA256 e767c2c9e56b645a9e5fde827ae3a3a33b5d8767d3bfbe4c63c8b043dbac63d5 SHA512 fce49bcb2501edb1ad72fa223c51510b1856f064c6e832507f9851819e8ac590940e4ce3d22f4e2079d28a95f97abdd4640b9a1144b41e8db0a98840dc2f33e2 WHIRLPOOL b6face429d0f8c1dc2c034786753e61ad9371651720ea4c29bef29164f220d9cb1095c4a90550363ed5bfaadf2cc63ac1eff1026855e7c15ded0bfbddf8ccbc4 diff --git a/x11-themes/mate-themes/mate-themes-1.10.5-r160.ebuild b/x11-themes/mate-themes/mate-themes-1.10.5-r160.ebuild new file mode 100644 index 000000000000..c073a417988a --- /dev/null +++ b/x11-themes/mate-themes/mate-themes-1.10.5-r160.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" +MATE_GTK_V="$(get_version_component_range 4- ${PVR})" +MATE_GTK_NV="3.$(( ${MATE_GTK_V:1:2} + 1 ))" #variable to allow negation of =$P-1* +MATE_GTK_V="3.${MATE_GTK_V:1:2}" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${PN}-gtk${MATE_GTK_V}-${PV}.tar.xz -> + ${P}-gtk${MATE_GTK_V}.tar.xz" +DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${PN}-gtk${MATE_GTK_V}-${PV}" + +RDEPEND=" + >=x11-libs/gdk-pixbuf-2:2 + >=x11-libs/gtk+-2:2 + !<x11-libs/gtk+-${MATE_GTK_V}:3 + !>=x11-libs/gtk+-${MATE_GTK_NV}:3 + >=x11-themes/gtk-engines-2.15.3:2 + x11-themes/gtk-engines-murrine" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35:* + sys-devel/gettext:* + >=sys-devel/autoconf-2.53:* + >=x11-misc/icon-naming-utils-0.8.7:0 + virtual/pkgconfig:*" + +RESTRICT="binchecks strip" +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/x11-themes/mate-themes/mate-themes-1.10.5-r180.ebuild b/x11-themes/mate-themes/mate-themes-1.10.5-r180.ebuild new file mode 100644 index 000000000000..c073a417988a --- /dev/null +++ b/x11-themes/mate-themes/mate-themes-1.10.5-r180.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GCONF_DEBUG="no" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" +MATE_GTK_V="$(get_version_component_range 4- ${PVR})" +MATE_GTK_NV="3.$(( ${MATE_GTK_V:1:2} + 1 ))" #variable to allow negation of =$P-1* +MATE_GTK_V="3.${MATE_GTK_V:1:2}" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${PN}-gtk${MATE_GTK_V}-${PV}.tar.xz -> + ${P}-gtk${MATE_GTK_V}.tar.xz" +DESCRIPTION="A set of MATE themes, with sets for users with limited or low vision" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${PN}-gtk${MATE_GTK_V}-${PV}" + +RDEPEND=" + >=x11-libs/gdk-pixbuf-2:2 + >=x11-libs/gtk+-2:2 + !<x11-libs/gtk+-${MATE_GTK_V}:3 + !>=x11-libs/gtk+-${MATE_GTK_NV}:3 + >=x11-themes/gtk-engines-2.15.3:2 + x11-themes/gtk-engines-murrine" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35:* + sys-devel/gettext:* + >=sys-devel/autoconf-2.53:* + >=x11-misc/icon-naming-utils-0.8.7:0 + virtual/pkgconfig:*" + +RESTRICT="binchecks strip" +DOCS="AUTHORS ChangeLog NEWS README" diff --git a/x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild b/x11-themes/mate-themes/mate-themes-1.8.1.ebuild index 690e50275d58..3574d48f07d7 100644 --- a/x11-themes/mate-themes/mate-themes-1.8.0-r1.ebuild +++ b/x11-themes/mate-themes/mate-themes-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest index 617713125e18..591ccca7527d 100644 --- a/x11-wm/marco/Manifest +++ b/x11-wm/marco/Manifest @@ -1,2 +1,3 @@ +DIST marco-1.10.3.tar.xz 1119064 SHA256 a07cfcc16d744a7c840011802e16a006a0770aaf84f63a4247b791bb31cb4f36 SHA512 8bb3a3a1af15f07e092fb3e8d6dd7a61d65cdb78525ad4e39f07feda04cd37f5f81b8c142ca09a7a929a39eb84e16b9e61ee26cbae0f4c147750430052e4e878 WHIRLPOOL 12099a938694ddc2e1daa47912df71cbbdc00e38bbb4dfbdf0748750eb6de65f7bbc9d493730253cfafb76b1ff51e9b2fde2545b040c948016acdffd665a5830 DIST marco-1.8.0.tar.xz 1111780 SHA256 b66f58c87552a20a4533c1ea482d374a35c8921091736e198c2bf1774163a9e6 SHA512 ae6619547b7ebcb27d3baee9612d91a74da99cc7d001d7659a4452855d6c722d4c3bee465ea194e579e61660ce9089d158e4308c78b025ce2848e88e53794023 WHIRLPOOL e33b7a2024c41cbf9c27b0cd1d0423daf17a60d15b2a05c59d66353a9b6349e8c5bcd289e222e4ba24678442a8b9bc7d2fbe3fb0f245767aa615402f4b029ae6 DIST marco-1.8.2.tar.xz 1119448 SHA256 a5ef03dfd4de035ed6c99aca500256c6f4564a090702066303770dbf7c893443 SHA512 9d8ea38e78a07cd94737bd1da7956b09fba8adc7716b63b281300cdf7c43db1fbed285b6f6085b41bf8ff367e48993ecd230e1ce8a29f3c476d5247274087959 WHIRLPOOL 53ae69ddd5146b6d1342f9ff70d3d5f587befbef25d90d70ae4a2327d3f3b62cb6255ff8840ea88b8d74b8b4b50062a801219dff6b9b6df676726749e4d38027 diff --git a/x11-wm/marco/marco-1.10.3.ebuild b/x11-wm/marco/marco-1.10.3.ebuild new file mode 100644 index 000000000000..5ab15307b18e --- /dev/null +++ b/x11-wm/marco/marco-1.10.3.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +# Debug only changes CFLAGS +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 versionator + +MATE_BRANCH="$(get_version_component_range 1-2)" + +SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" +DESCRIPTION="MATE default window manager" +HOMEPAGE="http://mate-desktop.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="startup-notification test xinerama" + +RDEPEND=" + dev-libs/atk:0 + >=dev-libs/glib-2.32.10:2 + >=gnome-base/libgtop-2:2= + gnome-extra/zenity:0 + media-libs/libcanberra:0[gtk] + x11-libs/cairo:0 + >=x11-libs/pango-1.2:0[X] + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-2.24:2 + x11-libs/libICE:0 + x11-libs/libSM:0 + x11-libs/libX11:0 + >=x11-libs/libXcomposite-0.2:0 + x11-libs/libXcursor:0 + x11-libs/libXdamage:0 + x11-libs/libXext:0 + x11-libs/libXfixes:0 + x11-libs/libXrandr:0 + x11-libs/libXrender:0 + >=x11-libs/startup-notification-0.7:0 + virtual/libintl:0 + xinerama? ( x11-libs/libXinerama:0 ) + !!x11-wm/mate-window-manager" + +DEPEND="${RDEPEND} + app-text/yelp-tools:0 + >=dev-util/intltool-0.34.90:* + sys-devel/gettext:* + virtual/pkgconfig:* + x11-proto/xextproto:0 + x11-proto/xproto:0 + test? ( app-text/docbook-xml-dtd:4.5 ) + xinerama? ( x11-proto/xineramaproto:0 )" + +src_configure() { + gnome2_src_configure \ + --enable-compositor \ + --enable-render \ + --enable-shape \ + --enable-sm \ + --enable-xsync \ + --with-gtk=2.0 \ + $(use_enable startup-notification) \ + $(use_enable xinerama) +} + +DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt" |