Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
NoStrip = ["/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
Version = get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
# shelltools.system("pwd")
|
||||
shelltools.system("ar xf opera-developer_%s_amd64.deb" %get.srcVERSION())
|
||||
shelltools.system("tar xvf data.tar.xz")
|
||||
|
||||
def install():
|
||||
# root owns sandbox as it is setuid
|
||||
shelltools.system("chown root:root usr/lib/x86_64-linux-gnu/opera-developer/opera_sandbox")
|
||||
# ensure setuid
|
||||
shelltools.system("chmod 4755 usr/lib/x86_64-linux-gnu/opera-developer/opera_sandbox")
|
||||
pisitools.insinto("/", "usr")
|
||||
|
||||
# Because ew.
|
||||
pisitools.move("%s/usr/lib/x86_64-linux-gnu/*" % get.installDIR(), "%s/usr/lib" % get.installDIR())
|
||||
pisitools.dosym("/usr/lib/opera-developer/libffmpeg.so", "/usr/lib/libffmpeg.so")
|
||||
pisitools.removeDir("/usr/lib/x86_64-linux-gnu")
|
||||
pisitools.removeDir("/usr/share/lintian")
|
||||
|
||||
pisitools.remove("/usr/bin/opera-developer")
|
||||
pisitools.insinto("/usr/bin/", "./usr/lib/x86_64-linux-gnu/opera-developer/opera-developer")
|
||||
@@ -0,0 +1,23 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=Opera-Developer
|
||||
GenericName=Web browser
|
||||
Comment=Fast and secure web browser
|
||||
#TryExec=opera-developer
|
||||
Exec=/usr/lib/opera-developer/opera-developer
|
||||
Terminal=false
|
||||
Icon=/usr/share/pixmaps/opera-developer.png
|
||||
Type=Application
|
||||
Categories=Network;WebBrowser;Internet
|
||||
MimeType=text/html;text/xml;application/xhtml_xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;application/x-opera-download;
|
||||
Actions=NewWindow;NewPrivateWindow;
|
||||
|
||||
[Desktop Action NewWindow]
|
||||
Name=New Window
|
||||
Exec=opera-developer --new-window
|
||||
TargetEnvironment=Unity
|
||||
|
||||
[Desktop Action NewPrivateWindow]
|
||||
Name=New Private Window
|
||||
Exec=opera-developer --private
|
||||
TargetEnvironment=Unity
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>opera-developer</Name>
|
||||
<Homepage>http://www.opera.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Opera Web Browser Developer version</Summary>
|
||||
<Description>Opera Web Browser Developer Version</Description>
|
||||
<License>EULA</License>
|
||||
<Archive sha1sum="77006ccc8b4a8075e0abefa283c2e0a178f966fa" type="binary">
|
||||
https://get.geo.opera.com/pub/opera-developer/133.0.5910.0/linux/opera-developer_133.0.5910.0_amd64.deb
|
||||
</Archive>
|
||||
<!-- https://get.geo.opera.com/pub/opera-developer -->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>opera-developer</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>at-spi2-atk</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>gconf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>libXdamage</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
<Dependency>gsettings-desktop-schemas</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/menu</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile group="root" permission="0644" target="/usr/share/applications/opera-developer.desktop" owner="root">opera-developer.desktop</AdditionalFile>
|
||||
<AdditionalFile group="root" permission="0644" target="/usr/share/pixmaps/opera-developer.png" owner="root">opera-developer.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2026-05-29</Date>
|
||||
<Version>133.0.5910.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Erkan İŞİK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-10-21</Date>
|
||||
<Version>73.0.3847.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-04-14</Date>
|
||||
<Version>69.0.3653.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-01-16</Date>
|
||||
<Version>67.0.3564.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-11-02</Date>
|
||||
<Version>66.0.3489.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-05-03</Date>
|
||||
<Version>55.0.2962.0</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user