Merge pull request #9520 from ayhanyalcinsoy/master

gnome-system-monitor:new package
This commit is contained in:
2021-06-14 12:05:59 +03:00
committed by GitHub
7 changed files with 316 additions and 21 deletions
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import mesontools, pisitools
def setup():
mesontools.configure("-Dsystemd=false\
--libexecdir=/usr/lib")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
@@ -0,0 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnome-system-monitor</Name>
<Homepage></Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>gnome-system-monitor</Icon>
<IsA>app:gui</IsA>
<Summary>Process and resource monitor</Summary>
<Description>Process and resource monitor</Description>
<Archive sha1sum="f4044d61b0372f0441cd8c837ed5f9df9307b8a1" type="tarxz">mirrors://gnome/gnome-system-monitor/40/gnome-system-monitor-40.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgtop-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gtkmm3-devel</Dependency>
<Dependency>libhandy-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>itstool</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gnome-system-monitor</Name>
<RuntimeDependencies>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>glibmm</Dependency>
<Dependency>gtkmm3</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libgtop</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>libhandy</Dependency>
<Dependency>libsigc++</Dependency>
<Dependency>pango</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localdata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-14</Date>
<Version>40.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gnome-system-monitor</Name>
<Summary xml:lang="tr">Sistem süreçleri ve kaynak izleyici</Summary>
<Description xml:lang="tr">Sistem süreçleri ve kaynak izleyici</Description>
</Source>
<Package>
<Name>gnome-system-monitor-devel</Name>
<Summary xml:lang="tr">gnome-system-monitor için geliştirme dosyaları</Summary>
</Package>
</PISI>
+218 -19
View File
@@ -5746,7 +5746,7 @@
<Summary xml:lang="tr">Gnome için Yardım görüntüleyici</Summary>
<Description xml:lang="en">Yelp is a help viewer which serves as a DocBook viewer, a man page viewer, and an info page viewer.</Description>
<Description xml:lang="tr">Yelp DocBook, man sayfaları ve info sayfaları için bir yardım belgeleri görüntüleyicidir.</Description>
<Archive type="tarxz" sha1sum="6e9283f54297098775cfe99eb0c1bf97c7880f42" name="yelp-40.0.tar.xz">mirrors://gnome/yelp/40/yelp-40.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="5446a7dbbfd87ba7b300559dcc558e6830f9747c" name="yelp-40.2.tar.xz">mirrors://gnome/yelp/40/yelp-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>itstool</Dependency>
<Dependency>gtk-doc</Dependency>
@@ -5793,7 +5793,7 @@
<Name>yelp-devel</Name>
<Summary xml:lang="en">Development files for yelp</Summary>
<RuntimeDependencies>
<Dependency release="3">yelp</Dependency>
<Dependency release="4">yelp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -5801,6 +5801,13 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2021-06-14</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-05-24</Date>
<Version>40.0</Version>
@@ -6688,7 +6695,7 @@ services for numerous locations.</Summary>
contacts, tasks, and calendar information.</Summary>
<Description xml:lang="en">The Evolution Data Server provides a single database for common, desktop-wide information,
such as a user&apos;s address book or calendar events.</Description>
<Archive type="tarxz" sha1sum="076732a2b9cbe6ebae6b5cebbe6027a258b3e48e" name="evolution-data-server-3.40.1.tar.xz">https://download.gnome.org/sources/evolution-data-server/3.40/evolution-data-server-3.40.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="66af99fdd9d7ae03f4448a3626907c304b896802" name="evolution-data-server-3.40.2.tar.xz">https://download.gnome.org/sources/evolution-data-server/3.40/evolution-data-server-3.40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>flex</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -6768,7 +6775,7 @@ such as a user&apos;s address book or calendar events.</Description>
<Name>evolution-data-server-devel</Name>
<Summary xml:lang="en">Development files for evolution-data-server</Summary>
<RuntimeDependencies>
<Dependency release="1">evolution-data-server</Dependency>
<Dependency release="2">evolution-data-server</Dependency>
<Dependency>nss-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>nspr-devel</Dependency>
@@ -6788,6 +6795,13 @@ such as a user&apos;s address book or calendar events.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>3.40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-27</Date>
<Version>3.40.1</Version>
@@ -7586,7 +7600,7 @@ load.</Description>
<Summary xml:lang="tr">GNOME40 kullanıcı tecrübesinin belirleyici teknolojisi</Summary>
<Description xml:lang="en">GNOME Shell is the defining technology of the GNOME40 user experience. It provides core interface functions like switching to windows and launching applications.</Description>
<Description xml:lang="tr">gnome-shell, GNOME40 kullanıcı tecrübesinin belirleyici teknolojisidir. Pencereler arası geçiş ve uygulama çalıştırma gibi temel işlevleri sağlar.</Description>
<Archive sha1sum="d67ef963f43e4a96b7a6456a85a992dbe3adc11f" name="gnome-shell-40.1.tar.xz">https://download.gnome.org/sources/gnome-shell/40/gnome-shell-40.1.tar.xz</Archive>
<Archive sha1sum="54f5f2b8e0567ee6840fbcaecff7950093f8b9f4" name="gnome-shell-40.2.tar.xz">https://download.gnome.org/sources/gnome-shell/40/gnome-shell-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>at-spi2-atk-devel</Dependency>
<Dependency>evolution-data-server-devel</Dependency>
@@ -7686,6 +7700,13 @@ load.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-12</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-26</Date>
<Version>40.1</Version>
@@ -7707,7 +7728,7 @@ load.</Description>
<PartOf>desktop.gnome.base</PartOf>
<Summary xml:lang="en">A collection of extensions providing additional and optional functionality to GNOME Shell</Summary>
<Description xml:lang="en">GNOME Shell Extensions is a collection of extensions providing additional and optional functionality to GNOME Shell</Description>
<Archive sha1sum="cf14089dae8999bad423bbe7b22692115445b3af" name="gnome-shell-extensions-40.1.tar.xz">https://download.gnome.org/sources/gnome-shell-extensions/40/gnome-shell-extensions-40.1.tar.xz</Archive>
<Archive sha1sum="70eb08580c7d5b16d244f8b68b740b75bd817132" name="gnome-shell-extensions-40.2.tar.xz">https://download.gnome.org/sources/gnome-shell-extensions/40/gnome-shell-extensions-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgtop-devel</Dependency>
<Dependency>sassc</Dependency>
@@ -7726,6 +7747,13 @@ load.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-27</Date>
<Version>40.1</Version>
@@ -8084,7 +8112,7 @@ load.</Description>
<Summary xml:lang="tr">Library with common API for various GNOME modules</Summary>
<Description xml:lang="en">Library with common API for various GNOME modules</Description>
<Description xml:lang="tr">Library with common API for various GNOME modules</Description>
<Archive type="tarxz" sha1sum="95cb6b640618e5299ec90c0bdbf04f904c9a8bfc" name="gnome-desktop-40.0.tar.xz">https://download.gnome.org/sources/gnome-desktop/40/gnome-desktop-40.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="f29a6c844e690ef37e26f05b0786057cc69e6833" name="gnome-desktop-40.2.tar.xz">https://download.gnome.org/sources/gnome-desktop/40/gnome-desktop-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>itstool</Dependency>
@@ -8133,7 +8161,7 @@ load.</Description>
<Name>gnome-desktop-devel</Name>
<Summary xml:lang="en">Development files for gnome-desktop</Summary>
<RuntimeDependencies>
<Dependency release="2">gnome-desktop</Dependency>
<Dependency release="3">gnome-desktop</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>iso-codes-devel</Dependency>
@@ -8152,13 +8180,20 @@ load.</Description>
<Name>gnome-desktop-docs</Name>
<Summary xml:lang="en">Development files for gnome-desktop</Summary>
<RuntimeDependencies>
<Dependency release="2">gnome-desktop</Dependency>
<Dependency release="3">gnome-desktop</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-06-14</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-05-05</Date>
<Version>40.0</Version>
@@ -8764,7 +8799,7 @@ load.</Description>
<PartOf>desktop.gnome.base</PartOf>
<Summary xml:lang="en">GNOME Initial Setup application.</Summary>
<Description xml:lang="en">After acquiring or installing a new system there are a few essential things to set up before use. gnome-initial-setup aims to provide a simple, easy, and safe way to prepare a new system.</Description>
<Archive type="tarxz" sha1sum="c1689e383e12be8ac84e0890660e7bbabb68b1fc" name="gnome-initial-setup-40.1.tar.xz">https://download.gnome.org/sources/gnome-initial-setup/40/gnome-initial-setup-40.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="bf24e1cf041aecbfca7aa8298f456294e2469762" name="gnome-initial-setup-40.2.tar.xz">https://download.gnome.org/sources/gnome-initial-setup/40/gnome-initial-setup-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -8834,6 +8869,13 @@ load.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-04-21</Date>
<Version>40.1</Version>
@@ -9565,7 +9607,7 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.gnome.base</PartOf>
<Summary xml:lang="en">A file browser for GNOME</Summary>
<Description xml:lang="en">Nautilus is a file manager that allows to browse directories, preview files and launch applications.</Description>
<Archive sha1sum="72aee7242696f687fcd8f774d00e90b537f9ca39" name="nautilus-40.1.tar.xz">https://download.gnome.org/sources/nautilus/40/nautilus-40.1.tar.xz</Archive>
<Archive sha1sum="c1b959b40074dd0e8e2df8289c61a3abf5fa8d5a" name="nautilus-40.2.tar.xz">https://download.gnome.org/sources/nautilus/40/nautilus-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -9635,7 +9677,7 @@ components such as the Settings and gnome-shell.</Description>
<Name>nautilus-devel</Name>
<Summary xml:lang="en">Development files for nautilus</Summary>
<RuntimeDependencies>
<Dependency release="1">nautilus</Dependency>
<Dependency release="2">nautilus</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
@@ -9646,6 +9688,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-27</Date>
<Version>40.1</Version>
@@ -9937,7 +9986,7 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.gnome</PartOf>
<Summary xml:lang="en">Mutter is a Wayland display server and X11 window manager and compositor library.</Summary>
<Description xml:lang="en">Mutter is a Wayland display server and X11 window manager and compositor library.</Description>
<Archive type="tarxz" sha1sum="695bcedee8b2462359b33bdae06a132a1c666d73" name="mutter-40.1.tar.xz">https://download.gnome.org/sources/mutter/40/mutter-40.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="553d8085d707430042a6476672cfebb8ecc64d9c" name="mutter-40.2.tar.xz">https://download.gnome.org/sources/mutter/40/mutter-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -10038,7 +10087,7 @@ components such as the Settings and gnome-shell.</Description>
<Name>mutter-devel</Name>
<Summary xml:lang="en">Mutter is a Wayland display server and X11 window manager and compositor library.</Summary>
<RuntimeDependencies>
<Dependency release="1">mutter</Dependency>
<Dependency release="2">mutter</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -10059,6 +10108,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-27</Date>
<Version>40.1</Version>
@@ -10253,7 +10309,7 @@ components such as the Settings and gnome-shell.</Description>
<PartOf>desktop.gnome.base</PartOf>
<Summary xml:lang="en">A file previewer for the GNOME desktop environment.</Summary>
<Description xml:lang="en">Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.</Description>
<Archive sha1sum="1dacd986043963148a574608dbd0ee756585a537" name="sushi-3.38.0.tar.xz">https://download.gnome.org/sources/sushi/3.38/sushi-3.38.0.tar.xz</Archive>
<Archive sha1sum="77f20062895861ecacc94979c5f616e81457d57e" name="sushi-3.38.1.tar.xz">https://download.gnome.org/sources/sushi/3.38/sushi-3.38.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>intltool</Dependency>
@@ -10299,6 +10355,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>3.38.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-27</Date>
<Version>3.38.0</Version>
@@ -10883,7 +10946,7 @@ components such as the Settings and gnome-shell.</Description>
<Update release="1">
<Date>2021-06-14</Date>
<Version>40.0</Version>
<Comment>First release</Comment>
<Comment>First release.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
@@ -11493,6 +11556,61 @@ components such as the Settings and gnome-shell.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>gnome-sound-recorder</Name>
<Homepage>https://wiki.gnome.org/Design/Apps/SoundRecorder</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.gnome.apps</PartOf>
<Summary xml:lang="en">Make simple recordings from your desktop</Summary>
<Summary xml:lang="tr">Masaüstünüzde basit ses kayıtları yapın</Summary>
<Description xml:lang="en">Make simple recordings from your desktop</Description>
<Description xml:lang="tr">Masaüstünüzde basit ses kayıtları yapın</Description>
<Icon>gnome-sound-recorder</Icon>
<Archive type="tarxz" sha1sum="e0308d71e8efae41ee06e6b628ad209840ea6068" name="gnome-sound-recorder-40.0.tar.xz">mirrors://gnome/gnome-sound-recorder/40/gnome-sound-recorder-40.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>appstream-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>gst-plugins-bad</Dependency>
<Dependency>gst-plugins-good</Dependency>
<Dependency>gjs-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libhandy-devel</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies>
<SourceURI>desktop/gnome/apps/gnome-sound-recorder/pspec.xml</SourceURI>
</Source>
<Package>
<Name>gnome-sound-recorder</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>gstreamer</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localdata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-14</Date>
<Version>40.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>evolution</Name>
@@ -11740,6 +11858,69 @@ components such as the Settings and gnome-shell.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>gnome-system-monitor</Name>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.gnome.apps</PartOf>
<Summary xml:lang="en">Process and resource monitor</Summary>
<Summary xml:lang="tr">Sistem süreçleri ve kaynak izleyici</Summary>
<Description xml:lang="en">Process and resource monitor</Description>
<Description xml:lang="tr">Sistem süreçleri ve kaynak izleyici</Description>
<Icon>gnome-system-monitor</Icon>
<Archive type="tarxz" sha1sum="f4044d61b0372f0441cd8c837ed5f9df9307b8a1" name="gnome-system-monitor-40.1.tar.xz">mirrors://gnome/gnome-system-monitor/40/gnome-system-monitor-40.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgtop-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gtkmm3-devel</Dependency>
<Dependency>libhandy-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>itstool</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies>
<SourceURI>desktop/gnome/apps/gnome-system-monitor/pspec.xml</SourceURI>
</Source>
<Package>
<Name>gnome-system-monitor</Name>
<RuntimeDependencies>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>glibmm</Dependency>
<Dependency>gtkmm3</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libgtop</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>libhandy</Dependency>
<Dependency>libsigc++</Dependency>
<Dependency>pango</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localdata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-14</Date>
<Version>40.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>dconf-editor</Name>
@@ -254017,7 +254198,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">Yelp XSL biçim dosyaları</Summary>
<Description xml:lang="en">Package of yelp-xsl contains XSL stylesheets that are used by the yelp help browser.</Description>
<Description xml:lang="tr">yelp-xsl paketi, yelp yardım görüntüleyicisi tarafından kullanılan XSL biçim dosyalarını taşır.</Description>
<Archive type="tarxz" sha1sum="b8220bff93277251821c13776bc8ee980b64eaa8" name="yelp-xsl-40.0.tar.xz">mirrors://gnome/yelp-xsl/40/yelp-xsl-40.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="565c6edc7c21e8572f8ccee429e205770ab117f9" name="yelp-xsl-40.2.tar.xz">mirrors://gnome/yelp-xsl/40/yelp-xsl-40.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>itstool</Dependency>
@@ -254037,13 +254218,20 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="en">Development files for yelp-xsl</Summary>
<Summary xml:lang="tr">yelp-xsl paketi için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="3">yelp-xsl</Dependency>
<Dependency release="4">yelp-xsl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2021-06-14</Date>
<Version>40.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-05-24</Date>
<Version>40.0</Version>
@@ -294630,9 +294818,12 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">xdg-dbus-proxy, D-Bus bağlantıları için filtreleme proxy&apos;sidir.</Summary>
<Description xml:lang="en">xdg-dbus-proxy is a filtering proxy for D-Bus connections. It was originally part of the flatpak project, but it has been broken out as a standalone module to facilitate using it in other contexts.</Description>
<Description xml:lang="tr">xdg-dbus-proxy, D-Bus bağlantıları için filtreleme proxy&apos;sidir. Başlangıçta flatpak projesinin bir parçasıydı, ancak başka bağlamlarda kullanılmasını kolaylaştırmak için bağımsız bir modül olarak parçalandı.</Description>
<Archive type="targz" sha1sum="117c5afb80345f307db922fe2a24bed5528ea3b0" name="0.1.1.tar.gz">https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.1.tar.gz</Archive>
<Archive type="targz" sha1sum="0b230c35dc08de186834e0077004b3bff7fbb7eb" name="0.1.2.tar.gz">https://github.com/flatpak/xdg-dbus-proxy/archive/0.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>autoconf-archive</Dependency>
</BuildDependencies>
<SourceURI>network/misc/xdg-dbus-proxy/pspec.xml</SourceURI>
@@ -294644,10 +294835,18 @@ complete albums that you have purchased from Amazon.</Description>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-14</Date>
<Version>0.1.2</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2019-09-12</Date>
<Version>0.1.1</Version>
+1 -1
View File
@@ -1 +1 @@
7a96c4c6030cce36896a79fa14642f390f823382
d89aa074302fd749f93f345249b0ae26429a3fed
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ae769224f7611470abd7dc2784061e97a0228de5
9f2c71654a322136cadc2880de12ccf79cee7f52