Merge branch 'master' of github.com:pisilinux/main

This commit is contained in:
Ertuğrul Erata
2016-07-02 14:45:18 +03:00
37 changed files with 116153 additions and 86451 deletions
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>PiSi graphical user interface</Summary>
<Description>Package Manager is PiSi's easy-to-use graphical user interface.</Description>
<Archive sha1sum="c46fdf5835c9abf56f3af82d2e960ac7fe51382a" type="targz">https://github.com/PisiLinuxNew/package-manager/archive/package-manager.4.1.1.tar.gz</Archive>
<Archive sha1sum="1940bb88eeed825d643f8368bbe484447efc6ffc" type="targz">https://github.com/PisiLinuxNew/package-manager/archive/package-manager.4.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>docutils</Dependency>
<Dependency versionFrom="5.5.1">python-qt5-devel</Dependency>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="3">
<Date>2016-07-01</Date>
<Version>4.1.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>4.1.1</Version>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>hardware.emulator</Name>
</PISI>
+37
View File
@@ -0,0 +1,37 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir = "playonlinux"
NoStrip = "/"
datadir = "/usr/share"
def install():
installdir = get.installDIR()+ datadir
pisitools.dodir(datadir)
pisitools.dodir("%s/applications" % datadir)
shelltools.copytree("%s/playonlinux" % get.workDIR(), "%s/" % installdir)
pisitools.dobin("%s/playonlinux/playonlinux" % installdir)
pisitools.domo("%s/playonlinux/lang/po/tr.po" % installdir, "tr", "pol.mo")
# pisitools.domove("usr/share/locale/tr/LC_MESSAGES", "/usr/share/playonlinux/lang/locale/tr")
pisitools.dodoc("%s/playonlinux/LICENCE" % installdir, "%s/playonlinux/CHANGELOG.*" % installdir)
shelltools.move("%s/etc/PlayOnLinux.desktop" % (get.installDIR() + "/usr/share/playonlinux"), "%s/usr/share/applications/PlayOnLinux.desktop" % get.installDIR())
shelltools.unlink("%s/usr/bin/playonlinux" % get.installDIR())
shelltools.sym("%s/usr/share/playonlinux/playonlinux" % get.installDIR(), "%s/usr/bin/playonlinux" % get.installDIR() )
pisitools.dosed("playonlinux", "python2.6 mainwindow.py", "python2.8 mainwindow.py")
+12
View File
@@ -0,0 +1,12 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=PlayOnLinux
GenericName=PlayOnLinux
Comment=PlayOnLinux
Type=Application
Exec=/usr/share/playonlinux/playonlinux
Icon=playonlinux
Categories=PlayOnLinux;
Name[fr_FR]=PlayOnLinux
Categories=Application;Game
@@ -0,0 +1,19 @@
Index: playonlinux/etc/PlayOnLinux.desktop
===================================================================
--- playonlinux/etc/PlayOnLinux.desktop
+++ playonlinux/etc/PlayOnLinux.desktop 2012-08-19 19:34:00.451146445 +0200
@@ -1,9 +1,8 @@
[Desktop Entry]
Version=1.0
-Encoding=UTF-8
Name=PlayOnLinux
-Comment=PlayOnLinux
-Type=Application %F
+Comment=Play windows games on Linux
+Type=Application
Exec=playonlinux
-Icon=/usr/share/playonlinux/etc/playonlinux.png
-Categories=Application;Game
+Icon=playonlinux
+Categories=Game;
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>playonlinux</Name>
<Homepage>http://www.playonlinux.com</Homepage>
<Packager>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>PlayOnLinux</Icon>
<IsA>app:gui</IsA>
<IsA>app:console</IsA>
<Summary>Tool to help Linux users run Windows games on linux</Summary>
<Description>PlayOnLinux is a piece of sofware which allow you to install and use easily numerous games and softwares designed to run with Microsoft's Windows.</Description>
<Archive sha1sum="9ac7707cb7e707d51f28aaa8f94cff6d4317812f" type="targz">http://repository.playonlinux.com/PlayOnLinux/4.2.10/PlayOnLinux_4.2.10.tar.gz</Archive>
<Patches>
<Patch level="1">PlayOnLinux_4.1.6-fix-desktop-file.patch</Patch>
</Patches>
</Source>
<Package>
<Name>playonlinux</Name>
<RuntimeDependencies>
<Dependency>wxPython</Dependency>
<Dependency>wine</Dependency>
<Dependency>wget</Dependency>
<Dependency>gnu-netcat</Dependency>
<Dependency>icoutils</Dependency>
<Dependency>binutils</Dependency>
<Dependency>imagemagick</Dependency>
<Dependency>xterm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/playonlinux</Path>
<Path fileType="localedata">/usr/share/playonlinux/lang/</Path>
<Path fileType="localedata">/usr/share/locale/</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/PlayOnLinux.desktop">PlayOnLinux.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0755" target="/usr/share/pixmaps/playonlinux.png">playonlinux.png</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2016-07-02</Date>
<Version>4.2.10</Version>
<Comment>First Release</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>playonlinux</Name>
<Summary xml:lang="tr">Birçok Windows oyununu Linux'ta oynayabilmenizi sağlar</Summary>
<Description xml:lang="tr">PlayOnLinux, Microsoft's Windows için hazırlanan çok sayıdaki oyunu ve uygulamayı Linux'ta kullanmanıza olanak sağlayan bir uygulamadır.</Description>
</Source>
</PISI>
+79
View File
@@ -0,0 +1,79 @@
# -*- 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():
shelltools.system("install=wine.keyring")
# For 32bit machines:
# * It get compiled with the normal options below. The emul32 are ignored
# on 32bit machines. Nothing is added to options variable.
#
# For 64bit machines:
# * First we compile for 64bit with the option --enable-win64. These build
# files are stored in the normal "work" dir
# * In the second run (for emul32 buildType), the 32bit part is compiled
# with the spesific libdir and the --with-wine64 options that is pointing
# to the 64bit files that was compiled in the first step (files in the work)
#
# More info can be obtained here: http://wiki.winehq.org/Wine64
# shelltools.export("CPPFLAGS", "-D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=0")
shelltools.system("make -C ./wine-staging-%s/patches DESTDIR=$(pwd) install" %get.srcVERSION())
pisitools.flags.add("-fno-omit-frame-pointer")
autotools.autoreconf("-vif")
options = "--without-capi \
--with-curses \
--without-hal \
--without-gstreamer \
--with-dbus \
--with-opengl \
--with-alsa \
--with-x \
--with-xattr \
--prefix=/usr"
if get.buildTYPE() == "emul32":
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
options += " --with-wine64=%s/work/wine-%s/build-wine \
--libdir=/usr/lib32 \
" % (get.pkgDIR(), get.srcVERSION())
shelltools.system("mkdir build-wine")
shelltools.cd("build-wine")
shelltools.system(". ../configure %s" %options)
elif get.ARCH() == "x86_64":
options += " --enable-win64 \
--libdir=/usr/lib \
"
shelltools.system("mkdir build-wine")
shelltools.cd("build-wine")
shelltools.system(". ../configure %s" %options)
def build():
shelltools.cd("build-wine")
autotools.make()
def install():
# We need especially specify libdir and dlldir prefixes. Otherwise the
# 32bit parts overwrite the 64bit files under /usr/lib
shelltools.cd("build-wine")
if get.buildTYPE() == "emul32":
autotools.install("UPDATE_DESKTOP_DATABASE=/bin/true libdir=%s/usr/lib32 dlldir=%s/usr/lib32/wine" % (get.installDIR(), get.installDIR()))
else:
autotools.install("UPDATE_DESKTOP_DATABASE=/bin/true libdir=%s/usr/lib dlldir=%s/usr/lib/wine" % (get.installDIR(), get.installDIR()))
shelltools.cd("..")
pisitools.dodoc("ANNOUNCE", "AUTHORS", "COPYING.LIB", "LICENSE*", "README", "documentation/README.*")
@@ -0,0 +1,3 @@
[Desktop Entry]
Icon=wine
Name=Wine
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Wine Task Manager
Exec=wine taskmgr
Icon=utilities-system-monitor
Terminal=false
Type=Application
Categories=Application;X-Wine;
Name[tr]=Wine Görev Yöneticisi
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Add/Remove Windows Programs
Exec=wine uninstaller
Icon=user-trash
Terminal=false
Type=Application
Categories=Application;X-Wine;
Name[tr]=Windows Programlarını Ekle/Kaldır
@@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=Windows Installer File
Name[ar]=مثبت حزم واين
Exec=wine %f
MimeType=application/x-ole-storage;text/mspg-legacyinfo;
Hidden=true
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Wine OLE View
Comment=Windows OLE View
Name[ar]=عارض العناصر
Comment[ar]=لعرض العناصر البيئية في واين
Exec=wine oleview
Icon=wine
Terminal=false
Type=Application
Categories=X-Wine;
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=WineMine
Comment=Wine Minesweeper
Name[ar]=كانسة ألغام واين
Comment[ar]=لعبة كانسة ألغام واين
Exec=winemine
Icon=winemine
Terminal=false
Type=Application
Categories=Game;LogicGame;
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Wine Help
Comment=Windows Help Browser
Name[ar]=أداة المساعدة في واين
Comment[ar]=استعراض ملفات المساعدة بتنسيقات وندوز
Exec=wine winhlp32
Icon=winhelp
Terminal=false
Type=Application
Categories=X-Wine;
@@ -0,0 +1,13 @@
<!DOCTYPE Menu
PUBLIC '-//freedesktop//DTD Menu 1.0//EN'
'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'>
<Menu>
<Name>Applications</Name>
<Menu>
<Name>wine-wine</Name>
<Directory>Wine.directory</Directory>
<Include>
<Category>X-Wine</Category>
</Include>
</Menu>
</Menu>
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Wine Configuration
Exec=winecfg
Icon=configure
Terminal=false
Type=Application
Categories=Application;X-Wine;
Name[tr]=Wine Ayarları
@@ -0,0 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Wine File Manager
Exec=winefile
Icon=system-file-manager
Terminal=false
Type=Application
Categories=Application;X-Wine;
Name[tr]=Wine Dosya Yöneticisi
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Winetricks
X-GNOME-FullName=Winetricks
Comment=Wine
Exec=/usr/bin/winetricks
Terminal=false
Type=Application
StartupNotify=false
Icon=wine
Categories=System
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+262
View File
@@ -0,0 +1,262 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>wine</Name>
<Homepage>http://www.winehq.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<ExcludeArch>i686</ExcludeArch>
<License>LGPLv2.1</License>
<IsA>app:console</IsA>
<Summary>WINE Is Not An Emulator, which lets you run Microsoft Windows applications</Summary>
<Description>Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work.</Description>
<Archive sha1sum="157efa125c047ac5a2f64f5ef2d26e9592645f82" type="tarbz2">https://dl.winehq.org/wine/source/1.9/wine-1.9.13.tar.bz2</Archive>
<Archive sha1sum="e580c503ca9289f24ee05d249ef1055a09ba1639" type="targz" target="wine-1.9.13">https://github.com/wine-compholio/wine-staging/archive/v1.9.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>lcms2-devel</Dependency>
<Dependency>libao-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>mpg123-devel</Dependency>
<Dependency>openal-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libxslt-32bit</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>libgphoto2-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<!-- Libraries used with dlopen() -->
<Dependency>cups-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>libXcursor-devel</Dependency>
<Dependency>libXi-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>libXxf86vm-devel</Dependency>
<Dependency>sane-backends-devel</Dependency>
<Dependency>unixODBC-devel</Dependency>
<!-- configure script also checks for these librarires -->
<Dependency>dbus-devel</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>gsm-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>libXcomposite-devel</Dependency>
<Dependency>libXinerama-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>giflib-devel</Dependency>
<Dependency>v4l-utils</Dependency>
<Dependency>libpng</Dependency>
<Dependency>libtevent-devel</Dependency>
<!-- Audio servers are not necessary for runtime -->
<Dependency>jack-audio-connection-kit-devel</Dependency>
<!-- fontforge is needed to build fonts -->
<Dependency>fontforge</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>wine</Name>
<IsA>app:gui</IsA>
<RuntimeDependencies>
<Dependency>lcms2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libSM</Dependency>
<Dependency>mpg123</Dependency>
<Dependency>openal</Dependency>
<Dependency>libXext</Dependency>
<Dependency>mesa-glu</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>libgphoto2</Dependency>
<Dependency>libXcomposite</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>gst-plugins-base</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>libtevent</Dependency>
<Dependency>p11-kit</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>giflib</Dependency>
<Dependency>ncurses</Dependency>
<!-- Libraries used with dlopen() -->
<Dependency>cups</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>libXcursor</Dependency>
<Dependency>libXi</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libXxf86vm</Dependency>
<Dependency>sane-backends</Dependency>
<Dependency>unixODBC</Dependency>
<!-- required by winetricks -->
<Dependency>cabextract</Dependency>
<Dependency>libpcap</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/etc/xdg</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/desktop-directories</Path>
<Path fileType="data">/usr/share/wine</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
<AdditionalFiles>
<!-- winetricks script from http://kegel.com/wine/winetricks -->
<AdditionalFile target="/usr/bin/winetricks" permission="0755">winetricks</AdditionalFile>
<!-- wisotool script from http://kegel.com/wine/wisotool -->
<AdditionalFile target="/usr/bin/wisotool" permission="0755">wisotool</AdditionalFile>
<AdditionalFile target="/etc/xdg/menus/applications-merged/wine.menu" permission="0644">menu/wine.menu</AdditionalFile>
<AdditionalFile target="/usr/share/desktop-directories/Wine.directory" permission="0644">menu/Wine.directory</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/taskmgr.desktop" permission="0644">menu/taskmgr.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/uninstaller.desktop" permission="0644">menu/uninstaller.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/winecfg.desktop" permission="0644">menu/winecfg.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/winefile.desktop" permission="0644">menu/winefile.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/winetricks.desktop" permission="0644">menu/winetricks.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/wine-mime-msi.desktop" permission="0644">menu/wine-mime-msi.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/wine-oleview.desktop" permission="0644">menu/wine-oleview.desktop</AdditionalFile>
<AdditionalFile target="/usr/share/applications/wine/wine-winemine.desktop" permission="0644">menu/wine-winemine.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>wine-devel</Name>
<Summary>Wine development environment</Summary>
<RuntimeDependencies>
<Dependency version="current">wine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/function_grep.pl</Path>
<Path fileType="executable">/usr/bin/widl</Path>
<Path fileType="executable">/usr/bin/winebuild</Path>
<Path fileType="executable">/usr/bin/winecpp</Path>
<Path fileType="executable">/usr/bin/wineg++</Path>
<Path fileType="executable">/usr/bin/winegcc</Path>
<Path fileType="executable">/usr/bin/winemaker</Path>
<Path fileType="executable">/usr/bin/wmc</Path>
<Path fileType="executable">/usr/bin/wrc</Path>
<Path fileType="header">/usr/include/wine</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="man">/usr/share/man/man1/widl.1</Path>
<Path fileType="man">/usr/share/man/man1/winebuild.1</Path>
<Path fileType="man">/usr/share/man/man1/winecpp.1</Path>
<Path fileType="man">/usr/share/man/man1/wineg++.1</Path>
<Path fileType="man">/usr/share/man/man1/winegcc.1</Path>
<Path fileType="man">/usr/share/man/man1/winemaker.1</Path>
<Path fileType="man">/usr/share/man/man1/wmc.1</Path>
<Path fileType="man">/usr/share/man/man1/wrc.1</Path>
</Files>
</Package>
<Package>
<Name>winetricks</Name>
<Summary>winetricks is a helper script to download and install various redistributable runtime libraries needed to run some programs in Wine.</Summary>
<Files>
<Path fileType="executable">/usr/bin/winetricks</Path>
<Path fileType="data">/usr/share/applications/winetricks.desktop</Path>
</Files>
</Package>
<Package>
<Name>wine-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for wine</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>zlib-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
<Dependency>lcms2-32bit</Dependency>
<Dependency>libSM-32bit</Dependency>
<Dependency>p11-kit-32bit</Dependency>
<Dependency>giflib-32bit</Dependency>
<Dependency>libpng-32bit</Dependency>
<Dependency>libv4l-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>mpg123-32bit</Dependency>
<Dependency>openal-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>libxml2-32bit</Dependency>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>mesa-glu-32bit</Dependency>
<Dependency>openldap-32bit</Dependency>
<Dependency>ncurses-32bit</Dependency>
<Dependency>libXrandr-32bit</Dependency>
<Dependency>libXdamage-32bit</Dependency>
<Dependency>libXxf86vm-32bit</Dependency>
<Dependency>fontconfig-32bit</Dependency>
<Dependency>libXcursor-32bit</Dependency>
<Dependency>libXxf86dga-32bit</Dependency>
<Dependency>gstreamer-32bit</Dependency>
<Dependency>libXcomposite-32bit</Dependency>
<Dependency>pulseaudio-libs-32bit</Dependency>
<Dependency>gst-plugins-base-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>zlib-32bit</Dependency>
<Dependency>lcms2-32bit</Dependency>
<Dependency>libSM-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>mpg123-32bit</Dependency>
<Dependency>openal-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>libxml2-32bit</Dependency>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>mesa-glu-32bit</Dependency>
<Dependency>openldap-32bit</Dependency>
<Dependency>gsm-32bit</Dependency>
<Dependency>cups-32bit</Dependency>
<Dependency>tiff-32bit</Dependency>
<Dependency>libXi-32bit</Dependency>
<Dependency>gnutls-32bit</Dependency>
<Dependency>libpng-32bit</Dependency>
<Dependency>ncurses-32bit</Dependency>
<Dependency>openssl-32bit</Dependency>
<Dependency>p11-kit-32bit</Dependency>
<Dependency>giflib-32bit</Dependency>
<Dependency>alsa-lib-32bit</Dependency>
<Dependency>libXrandr-32bit</Dependency>
<Dependency>gstreamer-32bit</Dependency>
<Dependency>fontconfig-32bit</Dependency>
<Dependency>libXcursor-32bit</Dependency>
<Dependency>libXdamage-32bit</Dependency>
<Dependency>libXxf86vm-32bit</Dependency>
<Dependency>libXxf86dga-32bit</Dependency>
<Dependency>libtool-ltdl-32bit</Dependency>
<Dependency>libXcomposite-32bit</Dependency>
<Dependency>libjpeg-turbo-32bit</Dependency>
<Dependency>pulseaudio-libs-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libwine.so*</Path>
<Path fileType="library">/usr/lib32/wine</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-02</Date>
<Version>1.9.13</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>wine</Name>
<Summary xml:lang="tr">Wine bir "Emülator" değildir,Windows uygulamalarını çalıştırma imkanı sunar.</Summary>
<Description xml:lang="tr">Wine X11 çalıştıran bir i386 (veya uyumluları) makinede Windows 3.*, Windows 95/98 ve Windows NT programlarını çalıştırmanıza imkân verir. Halâ alfa düzeyinde olduğundan her şey çalışmayabilir.</Description>
<Summary xml:lang="de">Wine ist kein Emulator, mit dem Sie Microsoft Windows-Anwendungen laufen lässt</Summary>
<Description xml:lang="de">Wine gibt ihnen die möglichkeit um Windows 3. *, Windows 95/98 und Windows NT-Programme auf einem i386 (oder kompatibel) System X11 zu laufen. Es ist immer noch Alpha-Level-Code, nicht erwarten, dass alles funktioniert.</Description>
</Source>
<Package>
<Name>wine-devel</Name>
<Summary xml:lang="tr">Wine geliştirme ortamı</Summary>
</Package>
<Package>
<Name>wine-32bit</Name>
<Summary xml:lang="tr">wine için 32-bit paylaşımlı kitaplıklar</Summary>
</Package>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "TODO")
+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>icoutils</Name>
<Homepage>http://www.nongnu.org/icoutils/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3+</License>
<IsA>app:gui</IsA>
<Summary>Utility for extracting and converting Microsoft icon and cursor files</Summary>
<Description>A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)</Description>
<Archive sha1sum="2712acd33c611588793562310077efd2ff35dca5" type="tarbz2">http://savannah.nongnu.org/download/icoutils/icoutils-0.31.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>icoutils</Name>
<Dependency>links</Dependency>
<Dependency>libpng</Dependency>
<Dependency>perl-libwww</Dependency>
<Dependency>xterm</Dependency>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-02</Date>
<Version>0.31.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>icoutils</Name>
<Summary xml:lang="en">Utility for extracting and converting Microsoft icon and cursor files</Summary>
<Description xml:lang="en">A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)</Description>
</Source>
</PISI>
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS", "TODO")
+38
View File
@@ -0,0 +1,38 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnu-netcat</Name>
<Homepage>http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>A tool designed to read and write data across connections using TCP/IP</Summary>
<Description>A simple Unix utility which reads and writes data across network connections using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts.</Description>
<Archive sha1sum="b761d70fe9e3e8b3fe33a329b9bc31300dc04d11" type="tarbz2">mirrors://sourceforge/netcat/netcat-0.7.1.tar.bz2</Archive>
</Source>
<Package>
<Name>gnu-netcat</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man/man1</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-02</Date>
<Version>0.7.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>netcat</Name>
<Summary xml:lang="tr">TCP/IP protokolünü kullanan, ağ bağlantıları üzerinden veri okuma ve yazmaya yarayan bir yardımcı uygulama</Summary>
<Description xml:lang="tr">Ağ bağlantıları arasında TCP ve UDP kullanarak veri okuyup yazabilen basit bir Unix aracıdır.</Description>
</Source>
</PISI>
+86916 -86448
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
bd42f9c64cd0a3e458da2202d25d9e725582cb52
16d42c1560408f9e44cac996f315a2d83211d939
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
4b1a0ead22cd5827af7e94da54337625b102fda6
f5664a4ceb98bb91ad1f7b3e7330e79b22a1e06e
@@ -0,0 +1,23 @@
# -*- 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 pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
options="WXPORT=gtk2 UNICODE=1 WX_CONFIG=/usr/bin/wx-config-2.8"
def build():
shelltools.cd("wxPython")
pythonmodules.compile(options)
def install():
shelltools.cd("wxPython")
pythonmodules.install(options)
pisitools.dohtml("docs/*")
pisitools.dodoc("docs/*.txt")
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>wxPython</Name>
<Homepage>http://www.wxpython.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>wxWinLL-3</License>
<IsA>library</IsA>
<Summary>Python bindings for wxGTK</Summary>
<Description>wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.</Description>
<Archive sha1sum="5053f3fa04f4eb3a9d4bfd762d963deb7fa46866" type="tarbz2">mirrors://sourceforge/wxpython/wxPython-src-3.0.2.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>wxGTK-devel</Dependency>
<Dependency>wxBase-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>libXinerama-devel</Dependency>
<Dependency>libXxf86vm-devel</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>wxPython</Name>
<RuntimeDependencies>
<Dependency>wxGTK</Dependency>
<Dependency>wxBase</Dependency>
<Dependency>wxGTK2.8</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>wxPython-devel</Name>
<Summary>Development files for wxPython</Summary>
<RuntimeDependencies>
<Dependency release="current">wxPython</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-02</Date>
<Version>3.0.2.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,12 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>wxPython</Name>
<Summary xml:lang="tr">wxGTK için Python bağlayıcıları.</Summary>
</Source>
<Package>
<Name>wxPython-devel</Name>
<Summary xml:lang="tr">wxPython için geliştirme dosyaları</Summary>
</Package>
</PISI>