gnome ver. bump

This commit is contained in:
Rmys
2023-10-24 22:25:20 +03:00
parent 5de1a92523
commit 88e25a8ef8
30 changed files with 947 additions and 13 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<Icon>tracker</Icon>
<Summary>Tracker is an efficient search engine and triplestore for desktop, embedded and mobile.</Summary>
<Description>Tracker is an efficient search engine and triplestore for desktop, embedded and mobile.</Description>
<Archive sha1sum="a18cd12b3ba5444f7a215fe334be2b734080cb86">https://download.gnome.org/sources/tracker/3.5/tracker-3.5.3.tar.xz</Archive>
<Archive sha1sum="b7cf52921cc7763754a1513e00069a3157095254">https://download.gnome.org/sources/tracker/3.6/tracker-3.6.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -83,6 +83,13 @@
</Package>
<History>
<Update release="14">
<Date>2023-09-16</Date>
<Version>3.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2023-06-01</Date>
<Version>3.5.3</Version>
@@ -7,17 +7,17 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
#shelltools.system("./autogen.sh")
autotools.configure()
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
shelltools.copytree("%s/usr/share/pkgconfig" % get.installDIR(), "%s/usr/lib/pkgconfig" % get.installDIR())
pisitools.removeDir("/usr/share/pkgconfig")
@@ -10,8 +10,9 @@
<IsA>app:gui</IsA>
<Summary>Adwaita icon theme</Summary>
<Description>Adwaita icon theme</Description>
<Archive type="tarxz" sha1sum="3668a181105b5cfa7d9a6f510e9cd2574170f7d9">https://download.gnome.org/sources/adwaita-icon-theme/44/adwaita-icon-theme-44.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="9a498c7abf681bc44c32a3d0a6a9a5ea7797fcda">https://download.gnome.org/sources/adwaita-icon-theme/45/adwaita-icon-theme-45.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -47,6 +48,13 @@
</Package>
<History>
<Update release="16">
<Date>2023-10-24</Date>
<Version>45.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="15">
<Date>2023-03-20</Date>
<Version>44.0</Version>
+19
View File
@@ -0,0 +1,19 @@
#!/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 mesontools
from pisi.actionsapi import pisitools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("ChangeLog","COPYING", "NEWS", "README*")
+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gtkmm4</Name>
<Homepage>https://www.gtkmm.org/</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="55b169b8b708798512a1bda288bb7aaffb2d949b" type="tarxz">http://ftp.gnome.org/pub/GNOME/sources/gtkmm/4.12/gtkmm-4.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>atkmm-devel</Dependency>
<Dependency>glibmm-devel</Dependency>
<Dependency>cairomm-devel</Dependency>
<Dependency>mm-common</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>pangomm-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gtkmm4</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>atkmm</Dependency>
<Dependency>glib2</Dependency>
<Dependency>glibmm</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>cairomm</Dependency>
<Dependency>pangomm</Dependency>
<Dependency>libsigc++</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libgdkmm*</Path>
<Path fileType="library">/usr/lib/libgtkmm*</Path>
<Path fileType="library">/usr/lib/gdkmm-4.0</Path>
<Path fileType="library">/usr/lib/gtkmm-4.0</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>gtkmm4-devel</Name>
<Summary>Development files for gtkmm</Summary>
<RuntimeDependencies>
<Dependency release="current">gtkmm4</Dependency>
<Dependency>atkmm-devel</Dependency>
<Dependency>pangomm-devel</Dependency>
<Dependency>glibmm-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>cairomm-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-09-17</Date>
<Version>4.12.0</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</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>
@@ -0,0 +1,23 @@
##!/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 mesontools
from pisi.actionsapi import pisitools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
#dirs = ["/usr/share/doc", "/usr/share/devhelp"]
#for dir in dirs:
#pisitools.removeDir(dir)
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*")
@@ -0,0 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pangomm-2.48</Name>
<Homepage>http://www.gtkmm.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>C++ interface for Pango</Summary>
<Description>Pangomm is a library that provides pango based C++ interface for object-oriented gtkmm applications.</Description>
<Archive sha1sum="e776f0cae57be53e1dfe87916115a94264c9c79f" type="tarxz">mirrors://gnome/pangomm/2.50/pangomm-2.50.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>grep</Dependency>
<Dependency>meson</Dependency>
<Dependency>libtool</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>mm-common</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>glibmm-devel</Dependency>
<Dependency>cairomm-devel</Dependency>
<Dependency>libsigc++-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pangomm-2.48</Name>
<RuntimeDependencies>
<Dependency>pango</Dependency>
<Dependency>glibmm</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairomm</Dependency>
<Dependency>libsigc++</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>pangomm-2.48-devel</Name>
<Summary>Development files for pangomm</Summary>
<RuntimeDependencies>
<Dependency release="current">pangomm-2.48</Dependency>
<Dependency>cairomm-devel</Dependency>
<Dependency>glibmm-devel</Dependency>
<Dependency>pango-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pangomm-2.48</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-09-17</Date>
<Version>2.50.1</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pangomm</Name>
<Summary xml:lang="tr">Pango için C++ arayüzü</Summary>
<Description xml:lang="tr">Pangomm, nesne tabanlı gtkmm uygulamaları için C++ tabanlı pango arayüzü sağlayan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>pangomm-devel</Name>
<Summary xml:lang="tr">pangomm için geliştirme dosyaları</Summary>
</Package>
</PISI>