replaced tabulations to spaces.

This commit is contained in:
4fury-c3440d8
2020-12-25 06:57:28 +03:00
parent 4a53b3c6de
commit 567a077f13
171 changed files with 4234 additions and 4235 deletions
+4 -4
View File
@@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "THANKS", "TODO")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "THANKS", "TODO")
+50 -50
View File
@@ -1,56 +1,56 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gigolo</Name>
<Homepage>https://www.uvena.de/gigolo/</Homepage>
<Packager>
<Name>Merve Yüzbaşıoğlu</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A frontend to easily manage connections to remote filesystems using GIO/GVfs</Summary>
<Description>
Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such.
</Description>
<Archive sha1sum="70ecf8d14368d16579b47bee2a73b45aee905d86" type="tarbz2">
https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>gigolo</Name>
<Homepage>https://www.uvena.de/gigolo/</Homepage>
<Packager>
<Name>Merve Yüzbaşıoğlu</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A frontend to easily manage connections to remote filesystems using GIO/GVfs</Summary>
<Description>
Gigolo allows you to quickly connect/mount local and remote filesystems and manage bookmarks of such.
</Description>
<Archive sha1sum="70ecf8d14368d16579b47bee2a73b45aee905d86" type="tarbz2">
https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gigolo</Name>
<RuntimeDependencies>
<Dependency>gvfs</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gvfs-fuse</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>gigolo</Name>
<RuntimeDependencies>
<Dependency>gvfs</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gvfs-fuse</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -5
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gigolo</Name>
<Summary xml:lang="tr">GIO/GVfs kullanarak uzak dosya sistemleri için bağlantıları yönetme arayüzü</Summary>
<Description xml:lang="tr">Gigolo, yerel ve uzak dosya sistemlerinin kolayca bağlanmasını ve yönetilmesini sağlayan bir arayüzdür.</Description>
</Source>
<Source>
<Name>gigolo</Name>
<Summary xml:lang="tr">GIO/GVfs kullanarak uzak dosya sistemleri için bağlantıları yönetme arayüzü</Summary>
<Description xml:lang="tr">Gigolo, yerel ve uzak dosya sistemlerinin kolayca bağlanmasını ve yönetilmesini sağlayan bir arayüzdür.</Description>
</Source>
</PISI>
+8 -8
View File
@@ -10,18 +10,18 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-static --enable-introspection")
pisitools.cflags.add("-Wno-deprecated-declarations")
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-static --enable-introspection")
#for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
#for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.rst")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README.rst")
+59 -59
View File
@@ -1,66 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>keybinder</Name>
<Homepage>https://lazka.github.io/pgi-docs/Keybinder-3.0/index.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>X11</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:console</IsA>
<Summary>keybinder is a library for registering global keyboard shortcuts.</Summary>
<Description>
keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.
</Description>
<Archive sha1sum="387c56519ff49952fdea2d61f1121eacdf94dc86" type="targz">
https://codeload.github.com/kupferlauncher/keybinder/tar.gz/keybinder-3.0-v0.3.2
</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>keybinder</Name>
<Homepage>https://lazka.github.io/pgi-docs/Keybinder-3.0/index.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>X11</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:console</IsA>
<Summary>keybinder is a library for registering global keyboard shortcuts.</Summary>
<Description>
keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System.
</Description>
<Archive sha1sum="387c56519ff49952fdea2d61f1121eacdf94dc86" type="targz">
https://codeload.github.com/kupferlauncher/keybinder/tar.gz/keybinder-3.0-v0.3.2
</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>keybinder</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gobject-introspection</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>keybinder</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gobject-introspection</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>keybinder-devel</Name>
<Summary>Development files for keybinder</Summary>
<RuntimeDependencies>
<Dependency releaseFrom="current">keybinder</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/include/</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>keybinder-devel</Name>
<Summary>Development files for keybinder</Summary>
<RuntimeDependencies>
<Dependency releaseFrom="current">keybinder</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/include/</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.3.2</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.3.2</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,13 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>keybinder</Name>
<Summary xml:lang="tr">evrensel klavye kısayolları kayıtları için bir kütüphane.</Summary>
<Description xml:lang="tr">Keybinder evrensel klavye kısayolları kayıtları için bir kütüphane ler içerir. Keybinder X Pencere Sistemi kullanarak GTK tabanlı uygulamalar ile çalışır.</Description>
</Source>
<Source>
<Name>keybinder</Name>
<Summary xml:lang="tr">evrensel klavye kısayolları kayıtları için bir kütüphane.</Summary>
<Description xml:lang="tr">Keybinder evrensel klavye kısayolları kayıtları için bir kütüphane ler içerir. Keybinder X Pencere Sistemi kullanarak GTK tabanlı uygulamalar ile çalışır.</Description>
</Source>
<Package>
<Name>keybinder-devel</Name>
<Summary xml:lang="tr">keybinder için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>keybinder-devel</Name>
<Summary xml:lang="tr">keybinder için geliştirme dosyaları</Summary>
</Package>
</PISI>
+5 -5
View File
@@ -9,14 +9,14 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types")
autotools.configure("--enable-gtk3 --disable-static")
pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types")
autotools.configure("--enable-gtk3 --disable-static")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md", "THANKS")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README.md", "THANKS")
+58 -58
View File
@@ -1,64 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mousepad</Name>
<Homepage>https://git.xfce.org/apps/mousepad/about/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:gui</IsA>
<Summary>A simple text editor for Xfce</Summary>
<Description>
Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad.
</Description>
<Archive sha1sum="6ce4d2b71b311bf488e2ae4229e33d5743f41f02" type="tarbz2">https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>gtksourceview3-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>mousepad</Name>
<Homepage>https://git.xfce.org/apps/mousepad/about/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:gui</IsA>
<Summary>A simple text editor for Xfce</Summary>
<Description>
Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad.
</Description>
<Archive sha1sum="6ce4d2b71b311bf488e2ae4229e33d5743f41f02" type="tarbz2">https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>gtksourceview3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mousepad</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>gtksourceview3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>mousepad</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>gtksourceview3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-12-24</Date>
<Version>0.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.4.90</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="2">
<Date>2020-12-24</Date>
<Version>0.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.4.90</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -5
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mousepad</Name>
<Summary xml:lang="tr">Xfce için küçük bir yazı düzenleyici</Summary>
<Description xml:lang="tr">Mousepad, Xfce için yazılmış bir metin düzenleyicisidir.</Description>
</Source>
<Source>
<Name>mousepad</Name>
<Summary xml:lang="tr">Xfce için küçük bir yazı düzenleyici</Summary>
<Description xml:lang="tr">Mousepad, Xfce için yazılmış bir metin düzenleyicisidir.</Description>
</Source>
</PISI>
+5 -5
View File
@@ -20,14 +20,14 @@ i = "-Wno-deprecated-declarations \
"
def setup():
pisitools.cflags.add(i)
autotools.configure(j)
pisitools.cflags.add(i)
autotools.configure(j)
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
@@ -1,6 +1,6 @@
# from void linux orage pack.
--- a/src/ical-code.c 2015-04-10 13:26:26.000000000 +0300
+++ b/src/ical-code.c 2019-11-04 08:25:57.898138096 +0300
--- a/src/ical-code.c 2015-04-10 13:26:26.000000000 +0300
+++ b/src/ical-code.c 2019-11-04 08:25:57.898138096 +0300
@@ -2579,7 +2579,6 @@
* when counting alarm time. */
if (rel == ICAL_RELATED_START) {
+70 -70
View File
@@ -1,76 +1,76 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>orage</Name>
<Homepage>https://github.com/balena/orage</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A calendar for Xfce</Summary>
<Description>Orage is a time-managing application for the Xfce desktop environment.</Description>
<Archive sha1sum="c856ad30f7a17a732d5cc794ef90aedf98575699" type="tarbz2">
https://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>intltool</Dependency>
<Dependency>db-devel</Dependency>
<Dependency>popt-devel</Dependency>
<Dependency>libical-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libical3.patch</Patch>
</Patches>
</Source>
<Source>
<Name>orage</Name>
<Homepage>https://github.com/balena/orage</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A calendar for Xfce</Summary>
<Description>Orage is a time-managing application for the Xfce desktop environment.</Description>
<Archive sha1sum="c856ad30f7a17a732d5cc794ef90aedf98575699" type="tarbz2">
https://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>intltool</Dependency>
<Dependency>db-devel</Dependency>
<Dependency>popt-devel</Dependency>
<Dependency>libical-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libical3.patch</Patch>
</Patches>
</Source>
<Package>
<Name>orage</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>dbus</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>popt</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libical</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>freetype</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>orage</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>dbus</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>popt</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libical</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>freetype</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>4.12.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>4.12.1</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -5
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>orage</Name>
<Summary xml:lang="tr">Xfce için takvim</Summary>
<Description xml:lang="tr">Orage, Xfce masaüstü yöneticisi için yapılmış zaman yönetimi uygulamasıdır.</Description>
</Source>
<Source>
<Name>orage</Name>
<Summary xml:lang="tr">Xfce için takvim</Summary>
<Description xml:lang="tr">Orage, Xfce masaüstü yöneticisi için yapılmış zaman yönetimi uygulamasıdır.</Description>
</Source>
</PISI>
+5 -5
View File
@@ -16,15 +16,15 @@ i = "--disable-dependency-tracking \
"
def setup():
autotools.configure(i)
autotools.configure(i)
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO")
+87 -87
View File
@@ -1,94 +1,94 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>parole</Name>
<Homepage>https://docs.xfce.org/apps/parole/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A modern simple media player</Summary>
<Description>
Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind.
</Description>
<Archive sha1sum="6bf27fd73628ea010e4f2f7c4746445256c52fc4" type="tarbz2">
https://archive.xfce.org/src/apps/parole/1.0/parole-1.0.5.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">parole-0.2.0.6-underlinking.patch</Patch> -->
</Patches>
</Source>
<Source>
<Name>parole</Name>
<Homepage>https://docs.xfce.org/apps/parole/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A modern simple media player</Summary>
<Description>
Parole is a modern simple media player based on the GStreamer framework and written to fit well in the Xfce desktop. Parole is designed with simplicity, speed and resource usage in mind.
</Description>
<Archive sha1sum="6bf27fd73628ea010e4f2f7c4746445256c52fc4" type="tarbz2">
https://archive.xfce.org/src/apps/parole/1.0/parole-1.0.5.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">parole-0.2.0.6-underlinking.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>parole</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>taglib</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>parole</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>taglib</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>parole-devel</Name>
<Summary>Development files for parole</Summary>
<RuntimeDependencies>
<Dependency release="current">parole</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>parole-devel</Name>
<Summary>Development files for parole</Summary>
<RuntimeDependencies>
<Dependency release="current">parole</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>1.0.5</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>1.0.5</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+9 -9
View File
@@ -1,14 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>parole</Name>
<Summary xml:lang="tr">Basit ve modern bir medya oynatıcı</Summary>
<Description xml:lang="tr">Parole GStreamer üzerine Xfce masaüstüne iyi uyum sağlayacak şekilde yazılmış basit ve modern bir medya oynatıcıdır. Basitlik, hız ve kaynak kullanımı göz önünde tutularak yazılmıştır.</Description>
</Source>
<Source>
<Name>parole</Name>
<Summary xml:lang="tr">Basit ve modern bir medya oynatıcı</Summary>
<Description xml:lang="tr">Parole GStreamer üzerine Xfce masaüstüne iyi uyum sağlayacak şekilde yazılmış basit ve modern bir medya oynatıcıdır. Basitlik, hız ve kaynak kullanımı göz önünde tutularak yazılmıştır.</Description>
</Source>
<Package>
<Name>parole-devel</Name>
<Summary xml:lang="tr">parole için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>parole-devel</Name>
<Summary xml:lang="tr">parole için geliştirme dosyaları</Summary>
</Package>
</PISI>
+4 -4
View File
@@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS")
+62 -62
View File
@@ -1,68 +1,68 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ristretto</Name>
<Homepage>https://docs.xfce.org/apps/ristretto/start</Homepage>
<Packager>
<Name>Engin Manap</Name>
<Email>enginmanap@comu.edu.tr</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Image viewer for Xfce</Summary>
<Description>
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment.
</Description>
<Archive sha1sum="88f2a4fcb704892f1906ba365189160abc6da961" type="tarbz2">
https://archive.xfce.org/src/apps/ristretto/0.10/ristretto-0.10.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libgsf-devel</Dependency>
<Dependency>libexif-devel</Dependency>
<Dependency>tumbler-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>poppler-glib-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>ristretto</Name>
<Homepage>https://docs.xfce.org/apps/ristretto/start</Homepage>
<Packager>
<Name>Engin Manap</Name>
<Email>enginmanap@comu.edu.tr</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Image viewer for Xfce</Summary>
<Description>
Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment.
</Description>
<Archive sha1sum="88f2a4fcb704892f1906ba365189160abc6da961" type="tarbz2">
https://archive.xfce.org/src/apps/ristretto/0.10/ristretto-0.10.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libgsf-devel</Dependency>
<Dependency>libexif-devel</Dependency>
<Dependency>tumbler-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>poppler-glib-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ristretto</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>file</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libexif</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>ristretto</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>file</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libexif</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.10.0</Version>
<Comment>Rebuild.For Beta System.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.10.0</Version>
<Comment>Rebuild.For Beta System.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ristretto</Name>
<Summary xml:lang="tr">Xfce için resim göstericisi</Summary>
<Description xml:lang="tr">Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleyicisidir.</Description>
</Source>
<Source>
<Name>ristretto</Name>
<Summary xml:lang="tr">Xfce için resim göstericisi</Summary>
<Description xml:lang="tr">Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleyicisidir.</Description>
</Source>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--libexecdir=/usr/lib/xfce4 --enable-gtk3 --disable-static")
autotools.configure("--libexecdir=/usr/lib/xfce4 --enable-gtk3 --disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,22 +1,22 @@
diff -ur thunar-archive-plugin-0.3.1.old/scripts/ark.tap thunar-archive-plugin-0.3.1/scripts/ark.tap
--- thunar-archive-plugin-0.3.1.old/scripts/ark.tap 2013-05-11 13:48:30.000000000 +0400
+++ thunar-archive-plugin-0.3.1/scripts/ark.tap 2015-07-05 12:56:25.288680104 +0400
--- thunar-archive-plugin-0.3.1.old/scripts/ark.tap 2013-05-11 13:48:30.000000000 +0400
+++ thunar-archive-plugin-0.3.1/scripts/ark.tap 2015-07-05 12:56:25.288680104 +0400
@@ -30,15 +30,15 @@
# check the action
case $action in
create)
- exec ark --add "$@"
+ exec ark --dialog --add "$@"
;;
- exec ark --add "$@"
+ exec ark --dialog --add "$@"
;;
extract-here)
- exec ark --extract-to "$folder" "$@"
+ exec ark --batch --destination "$folder" "$@"
;;
- exec ark --extract-to "$folder" "$@"
+ exec ark --batch --destination "$folder" "$@"
;;
extract-to)
- exec ark --extract "$@"
+ exec ark --batch --dialog --autodestination "$@"
;;
- exec ark --extract "$@"
+ exec ark --batch --dialog --autodestination "$@"
;;
*)
@@ -1,58 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>thunar-archive-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/archive</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A plugin allows you to create and extract archive files</Summary>
<Description>The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager.</Description>
<Archive sha1sum="a5f2e9c57b2439364b089eeccd1a7d0e926a0cc2" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.4/thunar-archive-plugin-0.4.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>thunar-devel</Dependency>
</BuildDependencies>
<Source>
<Name>thunar-archive-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/archive</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A plugin allows you to create and extract archive files</Summary>
<Description>The Thunar Archive Plugin allows you to create and extract archive files using the file context menus in the Thunar file manager.</Description>
<Archive sha1sum="a5f2e9c57b2439364b089eeccd1a7d0e926a0cc2" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.4/thunar-archive-plugin-0.4.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>thunar-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0.3.1-fix-kde-ark.patch</Patch>
</Patches>
</Source>
</Source>
<Package>
<Name>thunar-archive-plugin</Name>
<RuntimeDependencies>
<Dependency>thunar</Dependency>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>file-roller</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Package>
<Name>thunar-archive-plugin</Name>
<RuntimeDependencies>
<Dependency>thunar</Dependency>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>file-roller</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path filetype="data">/usr/libexec/thunar-archive-plugin</Path>
</Files>
</Package>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.4.0</Version>
<Comment>Rebuild.For Beta System.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.4.0</Version>
<Comment>Rebuild.For Beta System.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>thunar-archive-plugin</Name>
<Summary xml:lang="tr">Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti</Summary>
<Description xml:lang="tr">The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir.</Description>
</Source>
<Source>
<Name>thunar-archive-plugin</Name>
<Summary xml:lang="tr">Arşiv dosyaları yaratmaya ve çıkatmaya yarayan bir eklenti</Summary>
<Description xml:lang="tr">The Thunar Archive Plugin Thunar dosya yöneticisinin dosya içeriği menusunden arşiv dosyaları oluşturmaya ve çıkarmaya yarayan bir eklentidir.</Description>
</Source>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
@@ -1,60 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>thunar-media-tags-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/media-tags</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>Thunar</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Thunar media tags plugin</Summary>
<Description>
The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager.
</Description>
<Archive sha1sum="93beb24d8b3ba2b7da22c18e6b23512d45516e38" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.3/thunar-media-tags-plugin-0.3.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>thunar-media-tags-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/media-tags</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>Thunar</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Thunar media tags plugin</Summary>
<Description>
The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager.
</Description>
<Archive sha1sum="93beb24d8b3ba2b7da22c18e6b23512d45516e38" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-media-tags-plugin/0.3/thunar-media-tags-plugin-0.3.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>thunar-media-tags-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>thunar</Dependency>
<Dependency>taglib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>thunar-media-tags-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>thunar</Dependency>
<Dependency>taglib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.3.0</Version>
<Comment>Rebuild.For Beta System.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-21</Date>
<Version>0.3.0</Version>
<Comment>Rebuild.For Beta System.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>thunar-media-tags-plugin</Name>
<Summary xml:lang="tr">Thunar çoklu ortam bilgi eklentisi</Summary>
</Source>
<Source>
<Name>thunar-media-tags-plugin</Name>
<Summary xml:lang="tr">Thunar çoklu ortam bilgi eklentisi</Summary>
</Source>
</PISI>
@@ -7,7 +7,7 @@
from pisi.actionsapi import pisitools
def install():
pisitools.insinto("/usr/share/Thunar/sendto/", "thunar-sendto-clamtk.desktop")
pisitools.dodoc("CHANGES", "DISCLAIMER", "LICENSE", "README")
pisitools.doman("thunar-sendto-clamtk.1.gz")
pisitools.insinto("/usr/share/Thunar/sendto/", "thunar-sendto-clamtk.desktop")
pisitools.dodoc("CHANGES", "DISCLAIMER", "LICENSE", "README")
pisitools.doman("thunar-sendto-clamtk.1.gz")
@@ -1,42 +1,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>thunar-sendto-clamtk</Name>
<Homepage>https://bitbucket.org/davem_/thunar-sendto-clamtk/src/master/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<Summary>Right-click send-to ClamTk functionality within Thunar</Summary>
<Description>thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar.</Description>
<Archive sha1sum="e7fe897fb4d42dfd1f478ee1aae82e4ed0d2db12" type="zip">
https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/master.zip
</Archive>
</Source>
<Source>
<Name>thunar-sendto-clamtk</Name>
<Homepage>https://bitbucket.org/davem_/thunar-sendto-clamtk/src/master/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<Summary>Right-click send-to ClamTk functionality within Thunar</Summary>
<Description>thunar-sendto-clamtk is a small package to add right-click send-to ClamTk functionality within Thunar.</Description>
<Archive sha1sum="e7fe897fb4d42dfd1f478ee1aae82e4ed0d2db12" type="zip">
https://github.com/dave-theunsub/thunar-sendto-clamtk/archive/master.zip
</Archive>
</Source>
<Package>
<Name>thunar-sendto-clamtk</Name>
<RuntimeDependencies>
<Dependency>clamav-gui</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/Thunar/sendto/thunar-sendto-clamtk.desktop</Path>
</Files>
</Package>
<Package>
<Name>thunar-sendto-clamtk</Name>
<RuntimeDependencies>
<Dependency>clamav-gui</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/Thunar/sendto/thunar-sendto-clamtk.desktop</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-23</Date>
<Version>0.06</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-11-23</Date>
<Version>0.06</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>thunar-sendto-clamtk</Name>
<Summary xml:lang="tr">Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlar</Summary>
<Description xml:lang="tr">thunar-sendto-clamtk Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlayan basit bir pakettir.</Description>
</Source>
<Source>
<Name>thunar-sendto-clamtk</Name>
<Summary xml:lang="tr">Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlar</Summary>
<Description xml:lang="tr">thunar-sendto-clamtk Thunar içinden sağ tıklama ile ClamTk'ya göndermeyi sağlayan basit bir pakettir.</Description>
</Source>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static --disable-dependency-tracking")
autotools.configure("--disable-static --disable-dependency-tracking")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
@@ -1,55 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>thunar-shares-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/thunar-shares-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Thunar Shares Plugin</Summary>
<Description>
The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba from Thunar (the XFCE file manager) without requiring root access.
</Description>
<Archive sha1sum="596e7c983770fc1920bfeb08863b31cb51dc0141" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>samba-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<!-- <Dependency>xfce4-dev-tools</Dependency> -->
</BuildDependencies>
</Source>
<Source>
<Name>thunar-shares-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/thunar-shares-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Thunar Shares Plugin</Summary>
<Description>
The Thunar Shares Plugin (thunar-shares-plugin) allows you to quickly share a folder using Samba from Thunar (the XFCE file manager) without requiring root access.
</Description>
<Archive sha1sum="596e7c983770fc1920bfeb08863b31cb51dc0141" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/0.3/thunar-shares-plugin-0.3.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>samba-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<!-- <Dependency>xfce4-dev-tools</Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>thunar-shares-plugin</Name>
<RuntimeDependencies>
<Dependency>thunar</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>samba</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="locale">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>thunar-shares-plugin</Name>
<RuntimeDependencies>
<Dependency>thunar</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>samba</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="locale">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.3.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.3.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>thunar-shares-plugin</Name>
<Summary xml:lang="tr">Samba kullanarak hızlı bir şekilde dizin paylaşmanıza izin veren bir eklenti</Summary>
<Description xml:lang="tr">thunar-shares-plugin, root yetkileri gerektirmeden Samba kullanarak Thunar'dan hızlı bir şekilde dizin paylaşmanıza izin verir.</Description>
</Source>
<Source>
<Name>thunar-shares-plugin</Name>
<Summary xml:lang="tr">Samba kullanarak hızlı bir şekilde dizin paylaşmanıza izin veren bir eklenti</Summary>
<Description xml:lang="tr">thunar-shares-plugin, root yetkileri gerektirmeden Samba kullanarak Thunar'dan hızlı bir şekilde dizin paylaşmanıza izin verir.</Description>
</Source>
</PISI>
@@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-git --enable-subversion")
autotools.configure("--enable-git --enable-subversion")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+57 -57
View File
@@ -1,63 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>thunar-vcs-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>An SVN integration and GIT integration to Thunar</Summary>
<Description>
The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar.
</Description>
<Archive sha1sum="bf94601c450165e63267343f9460367883b84c5a" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<Dependency>subversion-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>thunar-vcs-plugin</Name>
<Homepage>https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>An SVN integration and GIT integration to Thunar</Summary>
<Description>
The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar.
</Description>
<Archive sha1sum="bf94601c450165e63267343f9460367883b84c5a" type="tarbz2">
https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.2/thunar-vcs-plugin-0.2.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<Dependency>subversion-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>thunar-vcs-plugin</Name>
<RuntimeDependencies>
<Dependency>apr</Dependency>
<Dependency>exo</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>glib2</Dependency>
<Dependency>thunar</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>subversion</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>thunar-vcs-plugin</Name>
<RuntimeDependencies>
<Dependency>apr</Dependency>
<Dependency>exo</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>glib2</Dependency>
<Dependency>thunar</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>subversion</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.2.0</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.2.0</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>thunar-vcs-plugin</Name>
<Summary xml:lang="tr">Thunar için svn ve git entegrasyonu sağlar</Summary>
<Description xml:lang="tr">thunar-vcs-plugin, Thunar için Subversion ve Git entegrasyonu sağlayan bir modüldür.</Description>
</Source>
<Source>
<Name>thunar-vcs-plugin</Name>
<Summary xml:lang="tr">Thunar için svn ve git entegrasyonu sağlar</Summary>
<Description xml:lang="tr">thunar-vcs-plugin, Thunar için Subversion ve Git entegrasyonu sağlayan bir modüldür.</Description>
</Source>
</PISI>
+4 -4
View File
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-dependency-tracking")
autotools.configure("--disable-dependency-tracking")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog*", "NEWS", "README")
+45 -45
View File
@@ -1,58 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>thunarx-python</Name>
<Homepage>https://goodies.xfce.org/projects/bindings/thunarx-python</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Thunarx Python bindings</Summary>
<Description>thunarx-python is Python binding for Thunar</Description>
<Archive sha1sum="0e70f476c1f37d547f5a9fcb6d1c416e77a4c114" type="tarbz2">
https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-gtk-devel</Dependency>
<Source>
<Name>thunarx-python</Name>
<Homepage>https://goodies.xfce.org/projects/bindings/thunarx-python</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Thunarx Python bindings</Summary>
<Description>thunarx-python is Python binding for Thunar</Description>
<Archive sha1sum="0e70f476c1f37d547f5a9fcb6d1c416e77a4c114" type="tarbz2">
https://archive.xfce.org/src/bindings/thunarx-python/0.5/thunarx-python-0.5.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>thunar-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python-gtk-devel</Dependency>
<Dependency>python-pygobject-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
</BuildDependencies>
<Dependency>python-pygobject3-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">thunarx-python-0.5.1-py38.patch</Patch>
<Patch level="1">thunarx-python-0.5.1-fno-common.patch</Patch>
</Patches>
</Source>
</Source>
<Package>
<Name>thunarx-python</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>thunar</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>thunarx-python</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>thunar</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.5.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.5.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>thunarx-python</Name>
<Summary xml:lang="tr">Thunarx Python bağlayıcıları</Summary>
<Description xml:lang="tr">thunarx-python Thunar için Python bağlayıcıları içeren bir kitaplıktır.</Description>
</Source>
<Source>
<Name>thunarx-python</Name>
<Summary xml:lang="tr">Thunarx Python bağlayıcıları</Summary>
<Description xml:lang="tr">thunarx-python Thunar için Python bağlayıcıları içeren bir kitaplıktır.</Description>
</Source>
</PISI>
+5 -5
View File
@@ -9,14 +9,14 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.cflags.add("-Wno-deprecated-declarations")
autotools.configure("--enable-gudev --enable-gstreamer --disable-static")
pisitools.cflags.add("-Wno-deprecated-declarations")
autotools.configure("--enable-gudev --enable-gstreamer --disable-static")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
+63 -63
View File
@@ -1,70 +1,70 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfburn</Name>
<Homepage>https://docs.xfce.org/apps/xfburn</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A simple CD/DVD burning tool</Summary>
<Description>
Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
</Description>
<Archive sha1sum="4f91fa0fc670161b862425ec2e75dc226f82ecbb" type="tarbz2">
https://archive.xfce.org/src/apps/xfburn/0.6/xfburn-0.6.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>libisofs-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>libburn-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfburn</Name>
<Homepage>https://docs.xfce.org/apps/xfburn</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A simple CD/DVD burning tool</Summary>
<Description>
Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
</Description>
<Archive sha1sum="4f91fa0fc670161b862425ec2e75dc226f82ecbb" type="tarbz2">
https://archive.xfce.org/src/apps/xfburn/0.6/xfburn-0.6.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>libisofs-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>libburn-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfburn</Name>
<RuntimeDependencies>
<Dependency>gst-plugins-base</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>libisofs</Dependency>
<Dependency>libgudev</Dependency>
<Dependency>libburn</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>exo</Dependency>
<Dependency>desktop-file-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
<Package>
<Name>xfburn</Name>
<RuntimeDependencies>
<Dependency>gst-plugins-base</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>libisofs</Dependency>
<Dependency>libgudev</Dependency>
<Dependency>libburn</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>exo</Dependency>
<Dependency>desktop-file-utils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.6.2</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>0.6.2</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
+5 -5
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfburn</Name>
<Summary xml:lang="tr">Basit bir CD/DVD yazma aracı</Summary>
<Description xml:lang="tr">Xfburn libburnia kitaplıklarını kullanan basit bir CD/DVD yazma aracıdır.</Description>
</Source>
<Source>
<Name>xfburn</Name>
<Summary xml:lang="tr">Basit bir CD/DVD yazma aracı</Summary>
<Description xml:lang="tr">Xfburn libburnia kitaplıklarını kullanan basit bir CD/DVD yazma aracıdır.</Description>
</Source>
</PISI>
+5 -5
View File
@@ -10,14 +10,14 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.system("aclocal && autoconf && automake --add-missing --foreign")
autotools.configure()
shelltools.system("aclocal && autoconf && automake --add-missing --foreign")
autotools.configure()
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "INSTALL", "LICENSE", "README.md")
pisitools.dodoc("AUTHORS", "INSTALL", "LICENSE", "README.md")
+55 -55
View File
@@ -1,62 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce-polkit</Name>
<Homepage>https://github.com/ncopa/xfce-polkit</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A simple PolicyKit authentication agent for XFCE</Summary>
<Description>A simple PolicyKit authentication agent for XFCE</Description>
<Archive sha1sum="307d616034366db41634de2ce0a11597af05fb47" type="targz">
https://codeload.github.com/ncopa/xfce-polkit/tar.gz/v0.3
</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce-polkit</Name>
<Homepage>https://github.com/ncopa/xfce-polkit</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A simple PolicyKit authentication agent for XFCE</Summary>
<Description>A simple PolicyKit authentication agent for XFCE</Description>
<Archive sha1sum="307d616034366db41634de2ce0a11597af05fb47" type="targz">
https://codeload.github.com/ncopa/xfce-polkit/tar.gz/v0.3
</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce-polkit</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>polkit</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency>libxfce4ui</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce-polkit</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>polkit</Dependency>
<Dependency>libpcre2</Dependency>
<Dependency>libxfce4ui</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Version>0.3</Version>
<Date>2020-06-25</Date>
<Comment>Rebuild</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Version>0.3</Version>
<Date>2019-07-11</Date>
<Comment>First build.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
<History>
<Update release="2">
<Version>0.3</Version>
<Date>2020-06-25</Date>
<Comment>Rebuild</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Version>0.3</Version>
<Date>2019-07-11</Date>
<Comment>First build.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
</PISI>
@@ -9,16 +9,16 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
# for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
autotools.configure()
# for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
@@ -1,55 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-battery-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-battery-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Battery monitor panel plugin for Xfce4</Summary>
<Description>A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD.</Description>
<Archive sha1sum="e3796a6cc3921d8b52a4d6fd5bb83fd4806af091" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-battery-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-battery-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Battery monitor panel plugin for Xfce4</Summary>
<Description>A battery monitor panel plugin for Xfce4, compatible with APM and ACPI, for Linux and *BSD.</Description>
<Archive sha1sum="e3796a6cc3921d8b52a4d6fd5bb83fd4806af091" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-1.1.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-battery-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-battery-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.1.3</Version>
<Comment>Rebuild</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.1.3</Version>
<Comment>Rebuild</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-battery-plugin</Name>
<Summary xml:lang="tr">Xfce4 için pil izleme paneli eklentisi</Summary>
<Description xml:lang="tr">Xfce4 için bir pil izleme paneli eklentisidir, Linux ve *BSD için APM ve ACPI ile uyumludur.</Description>
</Source>
<Source>
<Name>xfce4-battery-plugin</Name>
<Summary xml:lang="tr">Xfce4 için pil izleme paneli eklentisi</Summary>
<Description xml:lang="tr">Xfce4 için bir pil izleme paneli eklentisidir, Linux ve *BSD için APM ve ACPI ile uyumludur.</Description>
</Source>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README")
@@ -1,68 +1,68 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-clipman-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:gui</IsA>
<Summary>Clipboard manager for the Xfce Panel.</Summary>
<Description>
Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes.
</Description>
<Archive sha1sum="8a7844eadf40c0efd996593fc8c0970240bdbeb5" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libXtst-devel</Dependency>
<Dependency>qrencode-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-clipman-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:gui</IsA>
<Summary>Clipboard manager for the Xfce Panel.</Summary>
<Description>
Clipboard Manager for the Xfce Panel and as a standalone application (it is a bundle). It keeps the clipboard contents around (even after an application quits), it is able to handle text and images, and has a feature to execute actions on specific text selection by matching them against regexes.
</Description>
<Archive sha1sum="8a7844eadf40c0efd996593fc8c0970240bdbeb5" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-clipman-plugin/1.6/xfce4-clipman-plugin-1.6.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>libXtst-devel</Dependency>
<Dependency>qrencode-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-clipman-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXtst</Dependency>
<Dependency>qrencode</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-clipman-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXtst</Dependency>
<Dependency>qrencode</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>1.6.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-12-05</Date>
<Version>1.6.1</Version>
<Comment>First Release For Beta</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -20,10 +20,10 @@ def setup():
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,53 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-datetime-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>This plugin shows the date and time in the panel</Summary>
<Description>xfce4-datetime-plugin shows the date and time in the panel, and a calendar appears when you left-click on it.</Description>
<Archive sha1sum="2d7ed667d6c2f5e8b9f4eb80cb001d2473ae2a60" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-datetime-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-datetime-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>This plugin shows the date and time in the panel</Summary>
<Description>xfce4-datetime-plugin shows the date and time in the panel, and a calendar appears when you left-click on it.</Description>
<Archive sha1sum="2d7ed667d6c2f5e8b9f4eb80cb001d2473ae2a60" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-datetime-plugin/0.8/xfce4-datetime-plugin-0.8.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-datetime-plugin</Name>
<RuntimeDependencies>
<Dependency>xfce4-panel</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-datetime-plugin</Name>
<RuntimeDependencies>
<Dependency>xfce4-panel</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.8.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.8.0</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-datetime-plugin</Name>
<Summary xml:lang="tr">Panelde tarih ve zamanı gösteren eklenti</Summary>
<Description xml:lang="tr">xfce4-datetime-plugin panelde tarih ve zamanı gösterir ve sol tıladığınızda bir takvim açılır.</Description>
</Source>
<Source>
<Name>xfce4-datetime-plugin</Name>
<Summary xml:lang="tr">Panelde tarih ve zamanı gösteren eklenti</Summary>
<Description xml:lang="tr">xfce4-datetime-plugin panelde tarih ve zamanı gösterir ve sol tıladığınızda bir takvim açılır.</Description>
</Source>
</PISI>
+6 -6
View File
@@ -10,16 +10,16 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS())
autotools.configure()
shelltools.export("LDFLAGS", "%s -lm" % get.LDFLAGS())
autotools.configure()
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
+47 -47
View File
@@ -1,47 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-dict</Name>
<Homepage>https://docs.xfce.org/apps/xfce4-dict/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A client program to query different dictionaries</Summary>
<Description>xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result.</Description>
<Source>
<Name>xfce4-dict</Name>
<Homepage>https://docs.xfce.org/apps/xfce4-dict/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A client program to query different dictionaries</Summary>
<Description>xfce4-dict allows you to search different kinds of dictionary services for words or phrases and shows you the result.</Description>
<Archive sha1sum="a102343f7d031900a1d989de1d70df694522f20f" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-dict/0.8/xfce4-dict-0.8.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<BuildDependencies>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-dict</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-dict</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
@@ -51,12 +51,12 @@
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.8.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.8.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-dict</Name>
<Summary xml:lang="tr">Değişik sözlüklerden sorgular yapmayı sağlayan bir istemci</Summary>
<Description xml:lang="tr">xfce4-dict değişik sözlüklerden kelime ya da deyimler aramanızı sağlar ve size gösterir.</Description>
</Source>
<Source>
<Name>xfce4-dict</Name>
<Summary xml:lang="tr">Değişik sözlüklerden sorgular yapmayı sağlayan bir istemci</Summary>
<Description xml:lang="tr">xfce4-dict değişik sözlüklerden kelime ya da deyimler aramanızı sağlar ve size gösterir.</Description>
</Source>
</PISI>
@@ -17,10 +17,10 @@ def setup():
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,53 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-diskperf-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>BSD-2</License>
<Icon>xfce4-panel</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A disk usage and performance panel plugin for Xfce</Summary>
<Description>A disk usage and performance panel plugin for Xfce.</Description>
<Archive sha1sum="997e484f2d05767b9318eb07443fac6a779cb33c" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/xfce4-diskperf-plugin-2.6.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-diskperf-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>BSD-2</License>
<Icon>xfce4-panel</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A disk usage and performance panel plugin for Xfce</Summary>
<Description>A disk usage and performance panel plugin for Xfce.</Description>
<Archive sha1sum="997e484f2d05767b9318eb07443fac6a779cb33c" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-diskperf-plugin/2.6/xfce4-diskperf-plugin-2.6.2.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-diskperf-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>xfce4-diskperf-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>2.6.2</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>2.6.2</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-diskperf-plugin</Name>
<Summary xml:lang="tr">Xfce disk bilgisi eklentisi</Summary>
<Description xml:lang="tr">xfce4-diskperf-plugin, disk performansı ve kullanımı hakkında bilgi veren Xfce4 paneli eklentisidir.</Description>
</Source>
<Source>
<Name>xfce4-diskperf-plugin</Name>
<Summary xml:lang="tr">Xfce disk bilgisi eklentisi</Summary>
<Description xml:lang="tr">xfce4-diskperf-plugin, disk performansı ve kullanımı hakkında bilgi veren Xfce4 paneli eklentisidir.</Description>
</Source>
</PISI>
@@ -9,19 +9,19 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
# fix build failure w/ xfce4-panel-4.15.0
# pisitools.dosed("panel-plugin/main.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
# pisitools.dosed("panel-plugin/config_gui.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
# pisitools.dosed("panel-plugin/config_gui.h", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
# fix build failure w/ xfce4-panel-4.15.0
# pisitools.dosed("panel-plugin/main.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
# pisitools.dosed("panel-plugin/config_gui.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
# pisitools.dosed("panel-plugin/config_gui.h", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "INSTALL", "NEWS", "README")
@@ -1,61 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-genmon-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Display cyclically run script or program output onto the panel</Summary>
<Description>
This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel. The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip.
</Description>
<Archive sha1sum="4d477c99b06f9786e5b30a96d0d015f141ff041c" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.1/xfce4-genmon-plugin-4.1.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-genmon-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Display cyclically run script or program output onto the panel</Summary>
<Description>
This plugin cyclically spawns the indicated script/program, captures its output (stdout) and displays the resulting string into the panel. The string can also contain markup to displayed an image, a bar, a button and a personalized tooltip.
</Description>
<Archive sha1sum="4d477c99b06f9786e5b30a96d0d015f141ff041c" type="tarbz2">https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/4.1/xfce4-genmon-plugin-4.1.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-genmon-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-genmon-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2020-12-24</Date>
<Version>4.1.0</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>4.0.2</Version>
<Comment>Rebuild.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
<History>
<Update release="2">
<Date>2020-12-24</Date>
<Version>4.1.0</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>4.0.2</Version>
<Comment>Rebuild.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,64 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-mailwatch-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A mailbox plugin for Xfce4</Summary>
<Description>A mailbox watch/check plugin for the Xfce4 panel</Description>
<Archive sha1sum="d4b5a3699d1bd58a56f5a5147e7d379828b2a945" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/xfce4-mailwatch-plugin-1.3.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-mailwatch-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A mailbox plugin for Xfce4</Summary>
<Description>A mailbox watch/check plugin for the Xfce4 panel</Description>
<Archive sha1sum="d4b5a3699d1bd58a56f5a5147e7d379828b2a945" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.3/xfce4-mailwatch-plugin-1.3.0.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-mailwatch-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-mailwatch-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-06</Date>
<Version>1.3.0</Version>
<Comment>First Beta release.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-12-06</Date>
<Version>1.3.0</Version>
<Comment>First Beta release.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-mailwatch-plugin</Name>
<Summary xml:lang="tr">Xfce4 için posta kutusu eklentisi</Summary>
<Description xml:lang="tr">xfce4-mailwatch-plugin,Xfce4 paneline yerleşen posta kutusu uygulamasıdır.</Description>
</Source>
<Source>
<Name>xfce4-mailwatch-plugin</Name>
<Summary xml:lang="tr">Xfce4 için posta kutusu eklentisi</Summary>
<Description xml:lang="tr">xfce4-mailwatch-plugin,Xfce4 paneline yerleşen posta kutusu uygulamasıdır.</Description>
</Source>
</PISI>
@@ -19,10 +19,10 @@ def setup():
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO")
+53 -53
View File
@@ -1,59 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-mount-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-mount-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A mount/umount utility</Summary>
<Description>
xfce4-mount-plugin is a mount/umount utility for the panel.
</Description>
<Archive sha1sum="afc62365d4a2c773060f7044e4231be263ef78ed" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-mount-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-mount-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A mount/umount utility</Summary>
<Description>
xfce4-mount-plugin is a mount/umount utility for the panel.
</Description>
<Archive sha1sum="afc62365d4a2c773060f7044e4231be263ef78ed" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-mount-plugin/1.1/xfce4-mount-plugin-1.1.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-mount-plugin</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-mount-plugin</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.1.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.1.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-mount-plugin</Name>
<Summary xml:lang="tr">Bir bağlama(mount)/koparma(umount) modülü</Summary>
<Description xml:lang="tr">xfce4-mount-plugin Xfce için bir bağlama(mount)/koparma(umount) modülüdür.</Description>
</Source>
<Source>
<Name>xfce4-mount-plugin</Name>
<Summary xml:lang="tr">Bir bağlama(mount)/koparma(umount) modülü</Summary>
<Description xml:lang="tr">xfce4-mount-plugin Xfce için bir bağlama(mount)/koparma(umount) modülüdür.</Description>
</Source>
</PISI>
@@ -11,16 +11,16 @@ from pisi.actionsapi import get
i = "-Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-deprecated-declarations"
def setup():
pisitools.cflags.add(i)
autotools.configure("--disable-static")
pisitools.cflags.add(i)
autotools.configure("--disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+55 -55
View File
@@ -1,61 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-notes-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-notes-plugin</Homepage>
<Packager>
<Name>Alper Tekinalp</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Notes plugin provides you a quick way you had do with Post-It's</Summary>
<Description>The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's.</Description>
<Archive sha1sum="37d1a497ea26e796336feb4b0a247b7c4c7a66cd" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libunique-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-notes-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-notes-plugin</Homepage>
<Packager>
<Name>Alper Tekinalp</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Notes plugin provides you a quick way you had do with Post-It's</Summary>
<Description>The notes plugin provides you a quick way to paste text, to write down a list of things, to leave a note to your friend, or whatever you had do with Post-It's.</Description>
<Archive sha1sum="37d1a497ea26e796336feb4b0a247b7c4c7a66cd" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libunique-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-notes-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libunique</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-notes-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libunique</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.8.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.8.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-notes-plugin</Name>
<Summary xml:lang="tr">Panel için not eklenti</Summary>
<Description xml:lang="tr">xfce4-notes-plugin panelde kullanabileceğiniz Post-itlerle yapabileceğiniz herşeyi yapmanıza imkan sağlayan bir eklentidir.</Description>
</Source>
<Source>
<Name>xfce4-notes-plugin</Name>
<Summary xml:lang="tr">Panel için not eklenti</Summary>
<Description xml:lang="tr">xfce4-notes-plugin panelde kullanabileceğiniz Post-itlerle yapabileceğiniz herşeyi yapmanıza imkan sağlayan bir eklentidir.</Description>
</Source>
</PISI>
+7 -7
View File
@@ -11,17 +11,17 @@ from pisi.actionsapi import get
pisitools.cflags.add("-Wno-deprecated-declarations")
def setup():
autotools.configure("--enable-dbus-start-daemon \
--enable-old-get-server-information-signature \
--enable-old-notification-closed-signature")
autotools.configure("--enable-dbus-start-daemon \
--enable-old-get-server-information-signature \
--enable-old-notification-closed-signature")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.removeDir("usr/lib/systemd")
pisitools.removeDir("usr/lib/systemd")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+60 -60
View File
@@ -1,60 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-notifyd</Name>
<Homepage>https://docs.xfce.org/apps/notifyd/start</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A notification deamon</Summary>
<Description>
The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program that implements the “server-side” portion of the Freedesktop desktop notifications specification.
</Description>
<Source>
<Name>xfce4-notifyd</Name>
<Homepage>https://docs.xfce.org/apps/notifyd/start</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A notification deamon</Summary>
<Description>
The Xfce Notify Daemon (xfce4-notifyd for short) is a smallish program that implements the “server-side” portion of the Freedesktop desktop notifications specification.
</Description>
<Archive sha1sum="ac82a3604d3dfc38f6104e2cc0b908142331f00a" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-notifyd/0.6/xfce4-notifyd-0.6.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-notifyd</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-notifyd</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
@@ -64,12 +64,12 @@
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.6.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.6.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-notifyd</Name>
<Summary xml:lang="tr">Bir uyarı gösterici</Summary>
<Description xml:lang="tr">Xfce Notify Daemon Freedesktop masaüstü uyarı sisteminin sunucu tarafını gerçekleştiren küçük bir uygulamadır.</Description>
</Source>
<Source>
<Name>xfce4-notifyd</Name>
<Summary xml:lang="tr">Bir uyarı gösterici</Summary>
<Description xml:lang="tr">Xfce Notify Daemon Freedesktop masaüstü uyarı sisteminin sunucu tarafını gerçekleştiren küçük bir uygulamadır.</Description>
</Source>
</PISI>
@@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.rawConfigure("--python=python3 --prefix=/usr")
autotools.rawConfigure("--python=python3 --prefix=/usr")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
# pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
@@ -1,55 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-panel-profiles</Name>
<Homepage>https://docs.xfce.org/apps/xfce4-panel-profiles/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A simple application to manage Xfce panel layouts.</Summary>
<Description>
With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts.
</Description>
<Archive sha1sum="ccfff78fad8dae40e946b4cb8d29cb1b429d3a5a" type="tarbz2">
https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.10.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-panel-profiles</Name>
<Homepage>https://docs.xfce.org/apps/xfce4-panel-profiles/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A simple application to manage Xfce panel layouts.</Summary>
<Description>
With the modular Xfce Panel, a multitude of panel layouts can be created. This tool makes it possible to backup, restore, import, and export these panel layouts.
</Description>
<Archive sha1sum="ccfff78fad8dae40e946b4cb8d29cb1b429d3a5a" type="tarbz2">
https://archive.xfce.org/src/apps/xfce4-panel-profiles/1.0/xfce4-panel-profiles-1.0.10.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-panel-profiles</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-panel-profiles</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.0.10</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.0.10</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-panel-profiles</Name>
<Summary xml:lang="tr">Xfce4 Paneli için bir kullanıcı değiştirme modülü</Summary>
<Description xml:lang="tr">xfce4-panel-profiles, Xfce4 Paneli için bir kullanıcı değiştirme modülüdür. Mevcut oturumu açık bırakarak başka bir kullanıcıyla yeni bir oturum açılmasına izin verir.</Description>
</Source>
<Source>
<Name>xfce4-panel-profiles</Name>
<Summary xml:lang="tr">Xfce4 Paneli için bir kullanıcı değiştirme modülü</Summary>
<Description xml:lang="tr">xfce4-panel-profiles, Xfce4 Paneli için bir kullanıcı değiştirme modülüdür. Mevcut oturumu açık bırakarak başka bir kullanıcıyla yeni bir oturum açılmasına izin verir.</Description>
</Source>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-notifications --enable-gio-unix --disable-static")
autotools.configure("--enable-notifications --enable-gio-unix --disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,64 +1,64 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-places-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-places-plugin</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Quick access to folders, documents, and removable media</Summary>
<Description>
The plugin adds a small button to the panel. Clicking on it opens a menu, which shows: 1) System folders: home directory, trash, desktop, file system 2) Removable media 3) User-defined bookmarks 4) Recent Documents
</Description>
<Archive sha1sum="9aaeb694bd16c3292b00ec16e0546b7672d6b30d" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-places-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-places-plugin</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Quick access to folders, documents, and removable media</Summary>
<Description>
The plugin adds a small button to the panel. Clicking on it opens a menu, which shows: 1) System folders: home directory, trash, desktop, file system 2) Removable media 3) User-defined bookmarks 4) Recent Documents
</Description>
<Archive sha1sum="9aaeb694bd16c3292b00ec16e0546b7672d6b30d" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.8/xfce4-places-plugin-1.8.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-places-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-places-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.8.1</Version>
<Comment>Rebuild.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.8.1</Version>
<Comment>Rebuild.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,73 +1,73 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-pulseaudio-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Xfce pulseaudio plugin</Summary>
<Description>
Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer
</Description>
<Archive sha1sum="5682fa1ed6976e94fa01c91fc5b7839bfe804241" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>keybinder-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-pulseaudio-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Xfce pulseaudio plugin</Summary>
<Description>
Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output volume of the PulseAudio mixer
</Description>
<Archive sha1sum="5682fa1ed6976e94fa01c91fc5b7839bfe804241" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/0.4/xfce4-pulseaudio-plugin-0.4.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>keybinder-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-pulseaudio-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>keybinder</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>pavucontrol</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>pulseaudio-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-pulseaudio-plugin</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>keybinder</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>pavucontrol</Dependency>
<Dependency>libxfce4util</Dependency>
<Dependency>pulseaudio-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.4.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.4.3</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-pulseaudio-plugin</Name>
<Summary xml:lang="tr">Xfce ses çıkışını denetleyen bir eklenti</Summary>
<Description xml:lang="tr">Xfce ses çıkışını denetleyen bir eklenti</Description>
</Source>
<Source>
<Name>xfce4-pulseaudio-plugin</Name>
<Summary xml:lang="tr">Xfce ses çıkışını denetleyen bir eklenti</Summary>
<Description xml:lang="tr">Xfce ses çıkışını denetleyen bir eklenti</Description>
</Source>
</PISI>
+14 -14
View File
@@ -9,23 +9,23 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-authentication-scheme=pam --enable-locking --enable-pam \
\
--disable-static \
\
--with-pam-auth-type=system \
--with-console-kit \
--with-mit-ext \
--with-shadow \
--with-libgl \
\
--without-systemd")
autotools.configure("--enable-authentication-scheme=pam --enable-locking --enable-pam \
\
--disable-static \
\
--with-pam-auth-type=system \
--with-console-kit \
--with-mit-ext \
--with-shadow \
--with-libgl \
\
--without-systemd")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "INSTALL", "NEWS", "README.md")
pisitools.dodoc("COPYING*", "INSTALL", "NEWS", "README.md")
+76 -76
View File
@@ -1,82 +1,82 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-screensaver</Name>
<Homepage>https://docs.xfce.org/apps/screensaver/start</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2</License>
<License>LGPLv2.1</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:utility</IsA>
<Summary>Xfce Screensaver</Summary>
<Description>
xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.
</Description>
<Archive sha1sum="390fbebcd7f9be107971357f56ae86b61b41d922" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-screensaver/0.1/xfce4-screensaver-0.1.11.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>intltool</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>garcon-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libxklavier-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-screensaver</Name>
<Homepage>https://docs.xfce.org/apps/screensaver/start</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2</License>
<License>LGPLv2.1</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:utility</IsA>
<Summary>Xfce Screensaver</Summary>
<Description>
xfce4-screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop.
</Description>
<Archive sha1sum="390fbebcd7f9be107971357f56ae86b61b41d922" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-screensaver/0.1/xfce4-screensaver-0.1.11.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>intltool</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>xfconf-devel</Dependency>
<Dependency>garcon-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libxklavier-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-screensaver</Name>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>dbus</Dependency>
<Dependency>mesa</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libX11</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>garcon</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxklavier</Dependency>
<Dependency>libXScrnSaver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-screensaver</Name>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>dbus</Dependency>
<Dependency>mesa</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libX11</Dependency>
<Dependency>xfconf</Dependency>
<Dependency>garcon</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>libxklavier</Dependency>
<Dependency>libXScrnSaver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-24</Date>
<Version>0.1.11</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-12-24</Date>
<Version>0.1.11</Version>
<Comment>Ver. bump</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
</History>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr --disable-dependency-tracking")
autotools.configure("--prefix=/usr --disable-dependency-tracking")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README*")
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "NEWS", "README*")
@@ -1,63 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-screenshooter</Name>
<Homepage>https://docs.xfce.org/apps/screenshooter/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A plugin allows you to capture the entire screen</Summary>
<Description>
This application allows you to capture the entire screen, the active window or a selected region.
</Description>
<Source>
<Name>xfce4-screenshooter</Name>
<Homepage>https://docs.xfce.org/apps/screenshooter/start</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A plugin allows you to capture the entire screen</Summary>
<Description>
This application allows you to capture the entire screen, the active window or a selected region.
</Description>
<Archive sha1sum="66ceb6c6b1d090c6a2d341d43a057773311b90a9" type="tarbz2">https://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/xfce4-screenshooter-1.9.8.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>intltool</Dependency>
<Dependency>exo-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-screenshooter</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libICE</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-screenshooter</Name>
<RuntimeDependencies>
<Dependency>exo</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>libSM</Dependency>
<Dependency>libICE</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
@@ -67,12 +67,12 @@
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.9.7</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.9.7</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-screenshooter</Name>
<Summary xml:lang="tr">Ekran görüntüsü alma eklentisi</Summary>
<Description xml:lang="tr">xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar.</Description>
</Source>
<Source>
<Name>xfce4-screenshooter</Name>
<Summary xml:lang="tr">Ekran görüntüsü alma eklentisi</Summary>
<Description xml:lang="tr">xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar.</Description>
</Source>
</PISI>
@@ -15,15 +15,15 @@ i = "--enable-procacpi \
"
def setup():
autotools.configure(i)
autotools.configure(i)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,71 +1,71 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-sensors-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:gui</IsA>
<Summary>Sensors plugin for Xfce4 Panel</Summary>
<Description>Reads your hardware sensor values and displays them in your panel</Description>
<Archive sha1sum="4b0668dffc91ed4a3c0cc96d72d8ad5d8dc73290" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.3/xfce4-sensors-plugin-1.3.92.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>acpi</Dependency>
<Dependency>acpid</Dependency>
<Dependency>acpica</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>lm_sensors-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
<Source>
<Name>xfce4-sensors-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<PartOf>desktop.xfce.addon</PartOf>
<IsA>app:gui</IsA>
<Summary>Sensors plugin for Xfce4 Panel</Summary>
<Description>Reads your hardware sensor values and displays them in your panel</Description>
<Archive sha1sum="4b0668dffc91ed4a3c0cc96d72d8ad5d8dc73290" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.3/xfce4-sensors-plugin-1.3.92.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>acpi</Dependency>
<Dependency>acpid</Dependency>
<Dependency>acpica</Dependency>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>lm_sensors-devel</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">xfce4-sensors-plugin-1.3.92-gcc-10.patch</Patch>
</Patches>
</Source>
</Source>
<Package>
<Name>xfce4-sensors-plugin</Name>
<RuntimeDependencies>
<Dependency>acpi</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>glib2</Dependency>
<Dependency>acpid</Dependency>
<Dependency>acpica</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>lm_sensors</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>xfce4-sensors-plugin</Name>
<RuntimeDependencies>
<Dependency>acpi</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>glib2</Dependency>
<Dependency>acpid</Dependency>
<Dependency>acpica</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>lm_sensors</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.3.92</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.3.92</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,12 +1,12 @@
<PISI>
<Source>
<Name>xfce4-sensors-plugin</Name>
<Summary xml:lang="tr">Xfce 4 paneli için algılayıcılar eklentisi.</Summary>
<Description xml:lang="tr">Donanım algılayıcılarınızın okuduğu değerleri panelizde gösterir. Örneğin; ekran kartnızın ısısı, işlemcinizin ısısı, ...</Description>
</Source>
<Source>
<Name>xfce4-sensors-plugin</Name>
<Summary xml:lang="tr">Xfce 4 paneli için algılayıcılar eklentisi.</Summary>
<Description xml:lang="tr">Donanım algılayıcılarınızın okuduğu değerleri panelizde gösterir. Örneğin; ekran kartnızın ısısı, işlemcinizin ısısı, ...</Description>
</Source>
<Package>
<Name>xfce4-sensors-plugin-devel</Name>
<Summary xml:lang="tr">xfce4-sensors-plugin için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>xfce4-sensors-plugin-devel</Name>
<Summary xml:lang="tr">xfce4-sensors-plugin için geliştirme dosyaları</Summary>
</Package>
</PISI>
@@ -9,17 +9,17 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("src/smartbookmark.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("src/smartbookmark.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,52 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-smartbookmark-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A plugin allows you to send requests directly to your browser to make search</Summary>
<Description>xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search.</Description>
<Archive sha1sum="0b806fb1ecade453a44b3bc8d1b7bec29026dab0" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-smartbookmark-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-smartbookmark-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A plugin allows you to send requests directly to your browser to make search</Summary>
<Description>xfce4-smartbookmark-plugin is a plugin allows you to send requests directly to your browser and perform a custom search.</Description>
<Archive sha1sum="0b806fb1ecade453a44b3bc8d1b7bec29026dab0" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/0.5/xfce4-smartbookmark-plugin-0.5.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-smartbookmark-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>xfce4-smartbookmark-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-smartbookmark-plugin</Name>
<Summary xml:lang="tr">Tarayıcınıza arama yapmak için direk istek göndermenizi sağlayan modül</Summary>
<Description xml:lang="tr">xfce4-smartbookmark-plugin tarayıcınıza direkt istek göndermenizi ve arama yapmanızı sağlayan bir Xfce modülüdür.</Description>
</Source>
<Source>
<Name>xfce4-smartbookmark-plugin</Name>
<Summary xml:lang="tr">Tarayıcınıza arama yapmak için direk istek göndermenizi sağlayan modül</Summary>
<Description xml:lang="tr">xfce4-smartbookmark-plugin tarayıcınıza direkt istek göndermenizi ve arama yapmanızı sağlayan bir Xfce modülüdür.</Description>
</Source>
</PISI>
@@ -9,18 +9,18 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("panel-plugin/systemload.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
# fix build failure w/ xfce4-panel-4.15.0
pisitools.dosed("panel-plugin/systemload.c", "<libxfce4panel/xfce-panel-plugin.h>", "<libxfce4panel/libxfce4panel.h>")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -1,55 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-systemload-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>BSD-2</License>
<Icon>xfce4-panel</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Xfce4 system load plugin</Summary>
<Description>
Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel.
</Description>
<Archive sha1sum="bab853f85b8654b08902f4c724abb06c0fa6a90c" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-systemload-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>BSD-2</License>
<Icon>xfce4-panel</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Xfce4 system load plugin</Summary>
<Description>
Xfce4-systemload-plugin is a plugin which displays the current CPU load, the memory in use, the swap space and the system uptime in the Xfce panel.
</Description>
<Archive sha1sum="bab853f85b8654b08902f4c724abb06c0fa6a90c" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/1.2/xfce4-systemload-plugin-1.2.3.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-systemload-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-systemload-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.2.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-06-25</Date>
<Version>1.2.3</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-systemload-plugin</Name>
<Summary xml:lang="tr">Xfce4 sistem çağrı eklentisi</Summary>
<Description xml:lang="tr">Xfce4-systemload-plugin, Xfce panelinde o anki işlemci yükü, bellek ve swap alanı kullanımını gösteren bir eklentidir.</Description>
</Source>
<Source>
<Name>xfce4-systemload-plugin</Name>
<Summary xml:lang="tr">Xfce4 sistem çağrı eklentisi</Summary>
<Description xml:lang="tr">Xfce4-systemload-plugin, Xfce panelinde o anki işlemci yükü, bellek ve swap alanı kullanımını gösteren bir eklentidir.</Description>
</Source>
</PISI>
@@ -9,15 +9,15 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS")
@@ -1,54 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-time-out-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A module allows to take periodical breaks from the computer</Summary>
<Description>This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time.</Description>
<Archive sha1sum="e9289a149280f663955c6ea6b6e3974c9b985dfc" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-time-out-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A module allows to take periodical breaks from the computer</Summary>
<Description>This plugin makes it possible to take periodical breaks from the computer every X minutes. During breaks it locks your screen. It optionally allows you to postpone breaks for a certain time.</Description>
<Archive sha1sum="e9289a149280f663955c6ea6b6e3974c9b985dfc" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.1/xfce4-time-out-plugin-1.1.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-time-out-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-time-out-plugin</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-07-07</Date>
<Version>1.1.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-07-07</Date>
<Version>1.1.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-time-out-plugin</Name>
<Summary xml:lang="tr">Periyodik bir şekilde bilgisayardan kopmayı sağlayan bir eklenti</Summary>
<Description xml:lang="tr">Bu, X dakika aralıklarla bilgisayardan kopmalara izin veren bir modüldür. Kopmalar sırasında ekran kilitlenir. Seçimli olarak kırılmaları ertelemeye izin verir.</Description>
</Source>
<Source>
<Name>xfce4-time-out-plugin</Name>
<Summary xml:lang="tr">Periyodik bir şekilde bilgisayardan kopmayı sağlayan bir eklenti</Summary>
<Description xml:lang="tr">Bu, X dakika aralıklarla bilgisayardan kopmalara izin veren bir modüldür. Kopmalar sırasında ekran kilitlenir. Seçimli olarak kırılmaları ertelemeye izin verir.</Description>
</Source>
</PISI>
@@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--disable-static")
autotools.configure("--disable-static")
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
+54 -54
View File
@@ -1,60 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xfce4-timer-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-timer-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>xfce4-panel</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Timer plugin for Xfce4 panel</Summary>
<Description>
With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc.
</Description>
<Archive sha1sum="63f88d7afd2ba085c4f0e58dbfd241d9a622a789" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Source>
<Name>xfce4-timer-plugin</Name>
<Homepage>https://docs.xfce.org/panel-plugins/xfce4-timer-plugin</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>xfce4-panel</Icon>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>Timer plugin for Xfce4 panel</Summary>
<Description>
With this plugin you can add timers (alarm or countdown) to your Xfce panel. You can display a warning window and/or run a custom command when alarm rings, repeat alarms etc.
</Description>
<Archive sha1sum="63f88d7afd2ba085c4f0e58dbfd241d9a622a789" type="tarbz2">
https://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/xfce4-timer-plugin-1.7.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xfce4-timer-plugin</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xfce4-timer-plugin</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>pango</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4ui</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-08-01</Date>
<Version>1.7.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
<History>
<Update release="1">
<Date>2020-08-01</Date>
<Version>1.7.1</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
</History>
</PISI>
@@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xfce4-timer-plugin</Name>
<Summary xml:lang="tr">Xfce4 uyarı eklentisi</Summary>
<Description sml:lang="tr">Xfce4-timer-plugin, ayarladığınız zamanda bir pencere açarak sizi uyaran Xfce4 panel eklentisidir.</Description>
</Source>
<Source>
<Name>xfce4-timer-plugin</Name>
<Summary xml:lang="tr">Xfce4 uyarı eklentisi</Summary>
<Description sml:lang="tr">Xfce4-timer-plugin, ayarladığınız zamanda bir pencere açarak sizi uyaran Xfce4 panel eklentisidir.</Description>
</Source>
</PISI>
@@ -9,13 +9,13 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
autotools.configure()
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "THANKS", "ChangeLog", "COPYING", "README")
pisitools.dodoc("AUTHORS", "THANKS", "ChangeLog", "COPYING", "README")

Some files were not shown because too many files have changed in this diff Show More