gtkmm need for inkscape
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-demos \
|
||||
--disable-docs")
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
|
||||
pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
|
||||
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
#pisitools.removeDir("/usr/share/gtkmm-2.4")
|
||||
pisitools.removeDir("/usr/share/devhelp")
|
||||
|
||||
pisitools.dodoc("ChangeLog","COPYING", "PORTING", "NEWS", "README")
|
||||
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gtkmm</Name>
|
||||
<Homepage>http://gtkmm.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>C++ binding for GTK+</Summary>
|
||||
<Description>gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance.</Description>
|
||||
<Archive sha1sum="e99866b0cb5a0d7387a7cef79253177310020b3d" type="tarxz">mirrors://gnome/gtkmm/2.24/gtkmm-2.24.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>atkmm-devel</Dependency>
|
||||
<Dependency>glibmm-devel</Dependency>
|
||||
<Dependency>cairomm-devel</Dependency>
|
||||
<Dependency>pangomm-devel</Dependency>
|
||||
<Dependency>libsigc++-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gtkmm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>atkmm</Dependency>
|
||||
<Dependency>glibmm</Dependency>
|
||||
<Dependency>cairomm</Dependency>
|
||||
<Dependency>pangomm</Dependency>
|
||||
<Dependency>libsigc++</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gtkmm-devel</Name>
|
||||
<Summary>Development files for gtkmm</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gtkmm</Dependency>
|
||||
<Dependency>atkmm-devel</Dependency>
|
||||
<Dependency>pangomm-devel</Dependency>
|
||||
<Dependency>glibmm-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-18</Date>
|
||||
<Version>2.24.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-14</Date>
|
||||
<Version>2.24.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-11-03</Date>
|
||||
<Version>2.24.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gtkmm</Name>
|
||||
<Summary xml:lang="tr">GTK+ için C++ bağlamı</Summary>
|
||||
<Description xml:lang="tr">gtkmm, grafik kullanıcı arayüzü kitaplığı GTK+'nın resmi C++ arayüzüdür. Tip-güvenli geri çağırmalar ve mirasla genişleyebilen tutarlı parçacıklardan oluşması, en önemli özelliklerini oluşturur.</Description>
|
||||
<Description xml:lang="fr">gtkmm est l'interface C++ officiel de la librairie d'IHM GTK+. Au menu des callbacks (rappels) typesafe (avec vérification de type à la compilation) ainsi qu'un ensemble large et complet de widgets (objets graphiques) facilement extensible via héritage.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gtkmm-devel</Name>
|
||||
<Summary xml:lang="tr">gtkmm için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+92
-3
@@ -41650,6 +41650,90 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gtkmm</Name>
|
||||
<Homepage>http://gtkmm.sourceforge.net</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.toolkit.gtk</PartOf>
|
||||
<Summary xml:lang="en">C++ binding for GTK+</Summary>
|
||||
<Summary xml:lang="tr">GTK+ için C++ bağlamı</Summary>
|
||||
<Description xml:lang="fr">gtkmm est l'interface C++ officiel de la librairie d'IHM GTK+. Au menu des callbacks (rappels) typesafe (avec vérification de type à la compilation) ainsi qu'un ensemble large et complet de widgets (objets graphiques) facilement extensible via héritage.</Description>
|
||||
<Description xml:lang="en">gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance.</Description>
|
||||
<Description xml:lang="tr">gtkmm, grafik kullanıcı arayüzü kitaplığı GTK+'nın resmi C++ arayüzüdür. Tip-güvenli geri çağırmalar ve mirasla genişleyebilen tutarlı parçacıklardan oluşması, en önemli özelliklerini oluşturur.</Description>
|
||||
<Archive type="tarxz" sha1sum="e99866b0cb5a0d7387a7cef79253177310020b3d">mirrors://gnome/gtkmm/2.24/gtkmm-2.24.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>atkmm-devel</Dependency>
|
||||
<Dependency>glibmm-devel</Dependency>
|
||||
<Dependency>cairomm-devel</Dependency>
|
||||
<Dependency>pangomm-devel</Dependency>
|
||||
<Dependency>libsigc++-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/toolkit/gtk/gtkmm/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gtkmm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>atkmm</Dependency>
|
||||
<Dependency>glibmm</Dependency>
|
||||
<Dependency>cairomm</Dependency>
|
||||
<Dependency>pangomm</Dependency>
|
||||
<Dependency>libsigc++</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>gtkmm-devel</Name>
|
||||
<Summary xml:lang="en">Development files for gtkmm</Summary>
|
||||
<Summary xml:lang="tr">gtkmm için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="3">gtkmm</Dependency>
|
||||
<Dependency>atkmm-devel</Dependency>
|
||||
<Dependency>pangomm-devel</Dependency>
|
||||
<Dependency>glibmm-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-05-18</Date>
|
||||
<Version>2.24.4</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-14</Date>
|
||||
<Version>2.24.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-11-03</Date>
|
||||
<Version>2.24.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>cairomm</Name>
|
||||
@@ -41670,8 +41754,6 @@
|
||||
<Dependency>grep</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
<Dependency>libtool-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>libsigc++-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -42653,7 +42735,7 @@
|
||||
<Summary xml:lang="tr">Hafif, çapraz platform tümleşik geliştirme ortamı</Summary>
|
||||
<Description xml:lang="en">Lightweight, cross-platform integrated development environment</Description>
|
||||
<Description xml:lang="tr">Hafif, çapraz platform tümleşik geliştirme ortamı</Description>
|
||||
<Archive type="targz" sha1sum="2d18f86dcd6ecc350cea7aacd0d68cba7323f27a">http://download.qt.io/official_releases/qtcreator/3.4/3.4.2/qt-creator-opensource-src-3.4.2.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="9e61d462fd353299d3a5330fc4c7630f61d7cdd8">http://download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-src-3.5.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
@@ -42713,6 +42795,13 @@
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-11-27</Date>
|
||||
<Version>3.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2015-09-06</Date>
|
||||
<Version>3.4.2</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
83fa75cc5e31d6347a29842ce448f4c66d424f75
|
||||
24c32deaf57cda991375e1c1f3ab59b190c1e1e6
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
da7eb68bc29c434e63b11c61c6b7a035969082c5
|
||||
5bf04baf36789f9a399f8f8eb87509736648d688
|
||||
Reference in New Issue
Block a user