public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: media-gfx/pinta/
@ 2015-08-08 13:35 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-08 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     27f7c49d92ab97384a6c105ba5e2c9c38b5aba64
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Aug  4 18:54:17 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 17:44:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=27f7c49d

depend on mono-addins-1.0-r1

 media-gfx/pinta/pinta-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
index c50cc6f..bfc4a03 100644
--- a/media-gfx/pinta/pinta-1.6.ebuild
+++ b/media-gfx/pinta/pinta-1.6.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND=">=dev-lang/mono-4.0.2
 	~dev-dotnet/gtk-sharp-2.12.21
-	>=dev-dotnet/mono-addins-1.0[gtk]
+	>=dev-dotnet/mono-addins-1.0-r1[gtk]
 	"
 
 RDEPEND="${COMMON_DEPEND}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: media-gfx/pinta/
@ 2015-08-08 13:35 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-08 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d4469e58cbda270f3aed18824d563866dd1be3b0
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Aug  4 01:13:36 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 17:44:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d4469e58

cleanup for repoman -d

 media-gfx/pinta/pinta-1.6.ebuild | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
index e4f8e9b..c50cc6f 100644
--- a/media-gfx/pinta/pinta-1.6.ebuild
+++ b/media-gfx/pinta/pinta-1.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pinta/pinta-1.5_pre20121118.ebuild,v 1.1 2013/03/21 17:03:38 hasufell Exp $
+# $Header: $
 
 EAPI=5
 
-inherit autotools fdo-mime gnome2-utils mono
+inherit autotools fdo-mime gnome2-utils mono-env
 
 DESCRIPTION="Simple Painting for Gtk"
 HOMEPAGE="http://pinta-project.com"
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND=">=dev-lang/mono-4.0.2
-	=dev-dotnet/gtk-sharp-2.12.21
+	~dev-dotnet/gtk-sharp-2.12.21
 	>=dev-dotnet/mono-addins-1.0[gtk]
 	"
 
@@ -38,24 +38,20 @@ src_prepare() {
 			fi
 		done
 	fi
-#	./autogen.sh || die "Autogen script failed"
+
 	eautoreconf
-	
+
 	oldstring=Version=2.0.0.0
 	newstring=Version=4.0.0.0
 	einfo "updating '$oldstring'->'$newstring'"
-	find ${S} -iname "*.csproj" -print | xargs sed -i s@${oldstring}@${newstring}@g || die
-	
+	find "${S}" -iname "*.csproj" -print | xargs sed -i "s@${oldstring}@${newstring}@g" || die
+
 	oldstring='ToolsVersion="3.5"'
 	newstring='ToolsVersion="4.0"'
 	einfo "updating '$oldstring'->'$newstring'"
-	find ${S} -iname "*.proj" -print | xargs sed -i s@${oldstring}@${newstring}@g || die
+	find "${S}" -iname "*.proj" -print | xargs sed -i "s@${oldstring}@${newstring}@g" || die
 }
 
-#src_compile(){
-#	autotools_src_compile
-#}
-
 pkg_preinst() {
 	gnome2_icon_savelist
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: media-gfx/pinta/
@ 2015-08-08 13:35 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-08 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     58ef7ce6dcf44d751886793d8f742727cfd61ad8
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug  5 17:49:13 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 17:50:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=58ef7ce6

~  ->  >=:2

 media-gfx/pinta/pinta-1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
index bfc4a03..b750006 100644
--- a/media-gfx/pinta/pinta-1.6.ebuild
+++ b/media-gfx/pinta/pinta-1.6.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 COMMON_DEPEND=">=dev-lang/mono-4.0.2
-	~dev-dotnet/gtk-sharp-2.12.21
+	>=dev-dotnet/gtk-sharp-2.12.21:2
 	>=dev-dotnet/mono-addins-1.0-r1[gtk]
 	"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: media-gfx/pinta/
@ 2015-08-08 13:35 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2015-08-08 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b4e7555e79ab0d881c782d674d2cb5c52caabe4d
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Aug  4 00:50:26 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 17:44:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b4e7555e

new version, will work when dependencies will be fixed

 media-gfx/pinta/metadata.xml     | 20 +++++++++++
 media-gfx/pinta/pinta-1.6.ebuild | 73 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/media-gfx/pinta/metadata.xml b/media-gfx/pinta/metadata.xml
new file mode 100644
index 0000000..2f33178
--- /dev/null
+++ b/media-gfx/pinta/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>maintainer-needed@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<maintainer status="active">
+			<email>cameronwhite91@gmail.com</email>
+		</maintainer>
+		<changelog>https://github.com/PintaProject/Pinta/commits/release-1.6</changelog>
+		<doc lang="en">http://pinta-project.com/HowTo.ashx</doc>
+		<bugs-to>https://bugs.launchpad.net/pinta/+filebug</bugs-to>
+	</upstream>
+	<longdescription lang="en">
+		Pinta is a free, open source drawing/editing program modeled after 
+		Paint.NET. Its goal is to provide users with a simple yet powerful
+		way to draw and manipulate images on Linux, Mac, and Windows.
+	</longdescription>
+</pkgmetadata>

diff --git a/media-gfx/pinta/pinta-1.6.ebuild b/media-gfx/pinta/pinta-1.6.ebuild
new file mode 100644
index 0000000..e4f8e9b
--- /dev/null
+++ b/media-gfx/pinta/pinta-1.6.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pinta/pinta-1.5_pre20121118.ebuild,v 1.1 2013/03/21 17:03:38 hasufell Exp $
+
+EAPI=5
+
+inherit autotools fdo-mime gnome2-utils mono
+
+DESCRIPTION="Simple Painting for Gtk"
+HOMEPAGE="http://pinta-project.com"
+SRC_URI="https://github.com/PintaProject/Pinta/archive/${PV}.tar.gz"
+
+LICENSE="MIT CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND=">=dev-lang/mono-4.0.2
+	=dev-dotnet/gtk-sharp-2.12.21
+	>=dev-dotnet/mono-addins-1.0[gtk]
+	"
+
+RDEPEND="${COMMON_DEPEND}
+	x11-libs/cairo[X]
+	x11-libs/gdk-pixbuf[X,jpeg,tiff]
+	x11-themes/gnome-icon-theme"
+DEPEND="${COMMON_DEPEND}
+	dev-util/intltool
+	virtual/pkgconfig"
+
+S=${WORKDIR}/Pinta-${PV}
+
+src_prepare() {
+	local i
+	if [[ -n "${LINGUAS+x}" ]] ; then
+		for i in $(cd "${S}"/po ; echo *.po) ; do
+			if ! has ${i%.po} ${LINGUAS} ; then
+				sed -i -e "/po\/${i%.po}.po/{N;N;d;}" Pinta.Install.proj || die
+			fi
+		done
+	fi
+#	./autogen.sh || die "Autogen script failed"
+	eautoreconf
+	
+	oldstring=Version=2.0.0.0
+	newstring=Version=4.0.0.0
+	einfo "updating '$oldstring'->'$newstring'"
+	find ${S} -iname "*.csproj" -print | xargs sed -i s@${oldstring}@${newstring}@g || die
+	
+	oldstring='ToolsVersion="3.5"'
+	newstring='ToolsVersion="4.0"'
+	einfo "updating '$oldstring'->'$newstring'"
+	find ${S} -iname "*.proj" -print | xargs sed -i s@${oldstring}@${newstring}@g || die
+}
+
+#src_compile(){
+#	autotools_src_compile
+#}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-08 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-08 13:35 [gentoo-commits] proj/dotnet:master commit in: media-gfx/pinta/ Heather Cynede
  -- strict thread matches above, loose matches on Subject: below --
2015-08-08 13:35 Heather Cynede
2015-08-08 13:35 Heather Cynede
2015-08-08 13:35 Heather Cynede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox