epiphany, flatpak, gdm rebuild; pisilinux-gnome40-backgrounds packaged

This commit is contained in:
Berk Çakar
2021-06-13 16:48:00 +03:00
parent 75e5f9578b
commit 5c83c79d0a
11 changed files with 114 additions and 38 deletions
-1
View File
@@ -6,7 +6,6 @@
from pisi.actionsapi import mesontools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
mesontools.configure("-Dunit_tests=disabled")
+9 -1
View File
@@ -37,7 +37,7 @@
<Dependency>gmp-devel</Dependency>
<Dependency>meson</Dependency>
</BuildDependencies>
<Archive sha1sum="f56d32e29bf46f9e714e009389a06c320d01d130" type="tarxz">https://download.gnome.org/sources/epiphany/3.38/epiphany-3.38.5.tar.xz</Archive>
<Archive sha1sum="9aee7db3a159255d003fc5f9982abe4338c6cfdb" type="tarxz">https://download.gnome.org/sources/epiphany/40/epiphany-40.2.tar.xz</Archive>
</Source>
<Package>
@@ -61,6 +61,7 @@
<Dependency>webkit2gtk</Dependency>
<Dependency>libhandy</Dependency>
<Dependency>libportal</Dependency>
<Dependency>libarchive</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -81,6 +82,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-06-08</Date>
<Version>40.2</Version>
<Comment>Version bump</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="1">
<Date>2021-06-07</Date>
<Version>3.38.5</Version>
+1
View File
@@ -11,6 +11,7 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.system("sed -i 's@systemd@elogind@' data/pam-lfs/gdm-launch-environment.pam")
shelltools.system("sed -i 's@-session@session @' data/pam-lfs/gdm-launch-environment.pam")
shelltools.system("sed -i 's@uid >= 1000@uid >= 0@g' data/pam-lfs/*.pam")
mesontools.configure("--prefix=/usr \
--localstatedir=/var \
+1 -1
View File
@@ -10,7 +10,7 @@ serviceDesc = _({
"tr": "GNOME Masaüstü",
})
serviceDefault="on"
PIDFILE="/var/run/gdm/gdm.pid"
PIDFILE="/run/gdm/gdm.pid"
DAEMON="/usr/sbin/gdm"
@synchronized
+7
View File
@@ -106,6 +106,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-06-09</Date>
<Version>40.0</Version>
<Comment>Rebuild</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="1">
<Date>2021-06-05</Date>
<Version>40.0</Version>
@@ -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/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())
@@ -0,0 +1,34 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pisilinux-gnome40-backgrounds</Name>
<Homepage>http://www.pisilinux.org/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>CC0</License>
<Summary>Default wallpaper set for Pisi Linux GNOME40.</Summary>
<Description>Default wallpaper set for Pisi Linux GNOME40.</Description>
<Archive sha1sum="5a03d509a13e0c5d7acb211e5ac71132653d4d09" type="targz">https://sourceforge.net/projects/pisilinux/files/source/pisilinux-gnome40-backgrounds.tar.gz</Archive>
</Source>
<Package>
<Name>pisilinux-gnome40-backgrounds</Name>
<Files>
<Path fileType="data">/usr/share/backgrounds</Path>
<Path fileType="doc">/usr/share/gnome-background-properties</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-10</Date>
<Version>1.0.0</Version>
<Comment>First release for Pisi Linux</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
</History>
</PISI>