mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
mufin: remove old directory
This commit is contained in:
parent
935a4eb202
commit
40a3d5d16f
3 changed files with 0 additions and 96 deletions
|
|
@ -1,3 +0,0 @@
|
|||
DIST muffin-1.1.0.tar.gz 3084265 SHA256 1e364b08737ca1949c8debc51d1b000916eedf929b369b41b108f89ad0130216
|
||||
EBUILD muffin-1.1.0.ebuild 2001 SHA256 aa9545ac9e0d2788dc4c52885bb4ab1c6f5171848d86bbbae36fe6f0f1782837 SHA512 4434b2764ba856e942480a970d0e76cdf6f8a6f3efb7de75660381551c34efea05ed551116b7e95869eed4ac0fe93e3b1606928dcd0f82b332608ddb6a95213d WHIRLPOOL a54be6770e3a0c69c3038e4c38c03555dff1152ef1c109de8f6abfe37ad8597d367e6169a4d03146578513b9645ef75e6bf78c378a6885f3a690cce1f52d339f
|
||||
MISC metadata.xml 277 SHA256 3d52f90556a9db4ad09f2fbe34e2d25b21f345e474e829ac84669d49cb64c8bb SHA512 ca1d5e77776eb584f9e897f4abb7b4a1e2bc7942564d81c812ff94d64593c6e1e0a7996c0be8f6493cce579c815024e006bf5642b8fc57d59e3818d960b9cb0c WHIRLPOOL ea0c213f488fd7c0cf1783f9542feaed34859244150a79926029bad19b066db2ce6d2cd3e539c860e9eee50b3138bfe32c520e8c663dbe9a86999c04b28b140f
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>gnome</herd>
|
||||
<use>
|
||||
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
|
||||
for introspection</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,84 +0,0 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-wm/muffin/muffin-1.0.2-r1.ebuild,v 1.4 2012/05/22 06:41:16 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit eutils autotools gnome2 vcs-snapshot
|
||||
|
||||
DESCRIPTION="Compositing window manager forked from Mutter for use with Cinnamon"
|
||||
HOMEPAGE="http://cinnamon.linuxmint.com/"
|
||||
|
||||
SRC_URI="https://github.com/linuxmint/muffin/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test xinerama"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
COMMON_DEPEND=">=x11-libs/pango-1.2[X,introspection]
|
||||
>=x11-libs/cairo-1.10[X]
|
||||
x11-libs/gdk-pixbuf:2[introspection]
|
||||
>=x11-libs/gtk+-3.4:3[introspection]
|
||||
>=gnome-base/gconf-2:2
|
||||
>=dev-libs/glib-2.30
|
||||
>=media-libs/clutter-1.10[introspection]
|
||||
>=media-libs/libcanberra-0.26[gtk3]
|
||||
>=x11-libs/startup-notification-0.7
|
||||
>=x11-libs/libXcomposite-0.2
|
||||
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
|
||||
gnome-extra/zenity
|
||||
|
||||
>=dev-libs/gobject-introspection-1.0
|
||||
xinerama? ( x11-libs/libXinerama )
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=app-text/gnome-doc-utils-0.8
|
||||
sys-devel/gettext
|
||||
virtual/pkgconfig
|
||||
>=dev-util/intltool-0.35
|
||||
test? ( app-text/docbook-xml-dtd:4.5 )
|
||||
xinerama? ( x11-proto/xineramaproto )
|
||||
x11-proto/xextproto
|
||||
x11-proto/xproto"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!x11-misc/expocity"
|
||||
|
||||
#S="${WORKDIR}/linuxmint-muffin-08ffc65"
|
||||
|
||||
pkg_setup() {
|
||||
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README* *.txt doc/*.txt"
|
||||
G2CONF="${G2CONF}
|
||||
--disable-static
|
||||
--enable-gconf
|
||||
--enable-shape
|
||||
--enable-sm
|
||||
--enable-startup-notification
|
||||
--enable-xsync
|
||||
--enable-verbose-mode
|
||||
--enable-compile-warnings=maximum
|
||||
--with-libcanberra
|
||||
--enable-introspection
|
||||
$(use_enable xinerama)"
|
||||
}
|
||||
|
||||
src_prepare(){
|
||||
cp ${DISTDIR}/muffin-marshal.h src/muffin-marshal.h
|
||||
|
||||
gnome2_src_prepare
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue