add package and index
ezanvakti add yad add
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s PREFIX=/usr sysconfdir=/etc" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "README*")
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=Ezanvakti
|
||||
Comment=Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır.
|
||||
GenericName=Ezanvakti
|
||||
Exec=/usr/bin/ezanvakti --gui
|
||||
Icon=ezanvakti
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=multimedia.misc;
|
||||
MimeType=text/plain;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ezanvakti</Name>
|
||||
<Homepage>https://github.com/fbostanci/ezanvakti</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>multimedia</IsA>
|
||||
<Summary>Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır.</Summary>
|
||||
<Description>Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır.</Description>
|
||||
<Archive sha1sum="cd57e73a1ac840307fd5e398c5f857aaf75b1256" type="targz">https://github.com/fbostanci/ezanvakti/archive/v7.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>wget</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>bash-completion</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ezanvakti</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>mplayer</Dependency>
|
||||
<Dependency>wget</Dependency>
|
||||
<Dependency>bash-completion</Dependency>
|
||||
<Dependency>yad</Dependency>
|
||||
<Dependency>iputils</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/ezanvakti.desktop" owner="root">ezanvakti.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/ezanvakti.png" owner="root">ezanvakti.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-27</Date>
|
||||
<Version>7.1</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-04-07</Date>
|
||||
<Version>6.3.4</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ezanvakti</Name>
|
||||
<Summary xml:lang="tr">Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır.</Summary>
|
||||
<Description xml:lang="tr">Ezanvakti T.C. Diyanet İşleri Başkanlığı sitesinden bulunduğunuz ülke ve şehir için aylık bazda ezan vakitleri çizelgesini alarak vakti geldiğinde ezan okuyan ve bildirim veren bir uygulamadır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+238621
-238239
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
4d3dd09a4608f02afbd161986462d12763ca4cad
|
||||
6717a809f5f0da3460dcc4c88aab04afc9a8823c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
030aec6ebf2b695439f7d7d28205c1868ece7557
|
||||
82f3d3b4b34b36213422bce606658587ee4df5d2
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-ivf")
|
||||
shelltools.system("intltoolize --force --copy --automake")
|
||||
autotools.configure("--with-gtk=gtk3 \
|
||||
--enable-icon-browser \
|
||||
--enable-html \
|
||||
--enable-gio \
|
||||
--enable-spell \
|
||||
--enable-sourceview")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>yad</Name>
|
||||
<Homepage>https://github.com/v1cont/yad</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Summary>
|
||||
<Description> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Description>
|
||||
<Archive sha1sum="5eb3f68109af94de6db5f0193e6c8978dd5ed005" type="targz">https://github.com/v1cont/yad/archive/v6.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gtkspell3-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>yad</Name>
|
||||
<Conflicts>
|
||||
<Package>yad-gtk2</Package>
|
||||
</Conflicts>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gtkspell3</Dependency>
|
||||
<Dependency>gdk-pixbuf</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="2">
|
||||
<Date>2020-04-27</Date>
|
||||
<Version>6.0</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-04-05</Date>
|
||||
<Version>0.42.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>yad</Name>
|
||||
<Summary xml:lang="tr"> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Summary>
|
||||
<Description xml:lang="tr"> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user