Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
NoStrip = ["/"]
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/wpcom/", "*")
|
||||
#pisitools.insinto("/usr/bin/", "./share/wpcom/wpcom")
|
||||
#pisitools.insinto("/usr/share/pixmaps/", "./share/pixmaps/wpcom.png")
|
||||
#pisitools.insinto("/usr/share/applications/", "./share/applications/*")
|
||||
#pisitools.insinto("/usr/share/doc/atom", "./usr/share/doc/atom/*")
|
||||
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=WordPress.com
|
||||
Comment=WordPress.com Desktop Client
|
||||
Exec=/opt/wpcom/wpcom
|
||||
Icon=/usr/share/pixmaps/wpcom.png
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=Development;WebDevelopment
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -0,0 +1,82 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>wordpress-desktop</Name>
|
||||
<Homepage>https://apps.wordpress.com/desktop/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>wordpress-desktop</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Wordpress Desktop a Control Panel for all your Wordpress Sites</Summary>
|
||||
<Description>A desktop app that gives WordPress a permanent home in your dock.You'll need a WordPress.com login.</Description>
|
||||
<Archive sha1sum="9ea7004441c8a734594dc7b82a38c7494311690c" type="targz">https://github.com/Automattic/wp-desktop/releases/download/v8.0.2/wordpress.com-linux-x64-8.0.2.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>wordpress-desktop</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>libgpg-error</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libxkbfile</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="app">/usr/share/applications</Path>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="icon">/usr/share/pixmaps</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/wpcom.desktop">wpcom.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/wpcom.png">wpcom.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2023-09-19</Date>
|
||||
<Version>8.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2019-12-05</Date>
|
||||
<Version>4.6.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2018-05-21</Date>
|
||||
<Version>3.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-09-11</Date>
|
||||
<Version>1.7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-08-04</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>wordpress-desktop</Name>
|
||||
<Summary xml:lang="tr">Wordpress Desktop a Control Panel for all your Wordpress Sites</Summary>
|
||||
<Description xml:lang="tr">A desktop app that gives WordPress a permanent home in your dock.You'll need a WordPress.com login.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user