@@ -28,7 +28,6 @@
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxfce4util-devel</Dependency>
|
||||
<Dependency>startup-notification-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -48,7 +47,6 @@
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libxfce4util</Dependency>
|
||||
<Dependency>startup-notification</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
shelltools.chmod("etc/xdg/additional-logout", mode = 0755)
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
pisitools.insinto("/etc/skel/.config", "./etc/skel/xfce4", "xfce4")
|
||||
|
||||
@@ -1,71 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisilinux-default-settings-xfce</Name>
|
||||
<Homepage>https://www.pisilinux.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>PisiLinux default settings for xfce</Summary>
|
||||
<Description>This package contains the xfce default settings for Pisilinux.</Description>
|
||||
<Archive sha1sum="ca61367fe2bbc92a90900f502d6e9d824e5d19e0" type="targz">
|
||||
https://github.com/4fury/pisilinux-default-settings-xfce/archive/2.0.3.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pisilinux-default-settings-xfce</Name>
|
||||
<RuntimeDependencies>
|
||||
<!--
|
||||
<Dependency>pisilinux-theme-maia</Dependency>
|
||||
-->
|
||||
<Dependency>xfce4-settings</Dependency>
|
||||
<Dependency>xfce4-session</Dependency>
|
||||
<Dependency>xfce4-panel</Dependency>
|
||||
<Dependency>xfdesktop</Dependency>
|
||||
<Dependency>xfwm4</Dependency>
|
||||
<Dependency>orage</Dependency>
|
||||
<Dependency>mpv-player</Dependency>
|
||||
<Dependency>nocsd</Dependency>
|
||||
<Dependency>evince</Dependency>
|
||||
<Dependency>file-roller</Dependency>
|
||||
<Dependency>xfce4-notifyd</Dependency>
|
||||
<Dependency>xfce4-xkb-plugin</Dependency>
|
||||
<Dependency>xfce4-clipman-plugin</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/skel/.config</Path>
|
||||
<Path fileType="config">/etc/env.d/80xfce_specific</Path>
|
||||
<Path fileType="config">/etc/xdg/autostart/additional-logout.desktop</Path>
|
||||
<Path fileType="config">/etc/xdg/xfce4/scripts/additional-logout</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
<Provides>
|
||||
<!--
|
||||
<COMAR script="package.py">System.Package</COMAR>
|
||||
-->
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2019-12-10</Date>
|
||||
<Version>2.0.3</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-09-08</Date>
|
||||
<Version>0.2.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ergün Salman</Name>
|
||||
<Email>poyraz76@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisilinux-default-settings-xfce</Name>
|
||||
<Summary xml:lang="tr">Pisilinux xfce öntanımlı ayarları</Summary>
|
||||
<Description xml:lang="tr">Bu paket, PisiLinux xfce için öntanımlı ayarları içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -29,7 +29,7 @@
|
||||
<Dependency>poppler-glib-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<!-- Dependency>ffmpegthumbnailer-devel</Dependency -->
|
||||
<Dependency>ffmpegthumbs</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -49,14 +49,16 @@
|
||||
<Dependency>poppler-glib</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<!-- Dependency>ffmpegthumbnailer</Dependency -->
|
||||
<Dependency>ffmpegthumbs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/tumbler/tumbler.rc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -70,8 +72,6 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
@@ -11,7 +11,12 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-Wno-deprecated-declarations")
|
||||
autotools.configure("--enable-introspection --enable-vala=no --enable-gtk-doc --disable-static")
|
||||
autotools.configure("--enable-introspection \
|
||||
--enable-vala=no \
|
||||
--enable-gtk-doc \
|
||||
--enable-gio-unix \
|
||||
--disable-debug \
|
||||
--disable-static")
|
||||
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>LGPLv2.1</License>
|
||||
<PartOf>desktop.xfce.base</PartOf>
|
||||
<IsA>library</IsA>
|
||||
@@ -20,12 +19,10 @@
|
||||
<Archive sha1sum="583698a8114401ea7996b6fdfc670391387ce7b4" type="tarbz2">
|
||||
https://archive.xfce.org/xfce/4.16pre1/src/xfce4-panel-4.15.4.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>exo-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
@@ -35,6 +32,9 @@
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libXpm-devel</Dependency>
|
||||
<Dependency>garcon-devel</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency>xfconf-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>libwnck3-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
@@ -52,10 +52,9 @@
|
||||
<Name>xfce4-panel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>exo</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
|
||||
@@ -17,5 +17,5 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README.md", "TODO")
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
<Description>
|
||||
This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption.
|
||||
</Description>
|
||||
<Archive sha1sum="978d1aa66a928ea69aca6e0de160698692ed516e" type="tarbz2">
|
||||
https://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/xfce4-power-manager-1.6.6.tar.bz2
|
||||
<Archive sha1sum="fdf4261ad76c6d69b736ab7f49b49809ee41de45" type="tarbz2">
|
||||
https://archive.xfce.org/src/xfce/xfce4-power-manager/1.7/xfce4-power-manager-1.7.1.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -77,103 +77,12 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2020-06-25</Date>
|
||||
<Version>1.6.6</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2019-08-12</Date>
|
||||
<Version>1.6.5</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2019-07-28</Date>
|
||||
<Version>1.6.4</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-07-02</Date>
|
||||
<Version>1.6.3</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-05-15</Date>
|
||||
<Version>1.6.1</Version>
|
||||
<Comment>Rebuild for Pisi Linux 2.0 and Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2015-05-19</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-03-23</Date>
|
||||
<Version>1.4.4</Version>
|
||||
<Comment>Version bump and removed lxpanel dep.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-03-02</Date>
|
||||
<Version>1.4.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2014-06-10</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Release bump.</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2014-05-27</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2013-10-10</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Cleanup.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2013-08-17</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Fix version number, update translations.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-08-17</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>Dep Fixed</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-08-31</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Utku Berberoğlu</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Date>2020-11-23</Date>
|
||||
<Version>1.7.1</Version>
|
||||
<Comment>First Release For Beta</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user