xfce add, lumina-desktop move lumina directory

This commit is contained in:
Erkan IŞIK
2020-11-09 13:00:20 +03:00
parent 8d50b0df35
commit ae7c06a3dd
196 changed files with 266026 additions and 250034 deletions
+33
View File
@@ -0,0 +1,33 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
j = "--enable-reentrant \
--enable-libical \
--with-bdb4 \
--disable-static \
"
i = "-Wno-deprecated-declarations \
-Wno-implicit-function-declaration \
-Wno-stringop-overflow \
"
def setup():
pisitools.cflags.add(i)
autotools.configure(j)
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
@@ -0,0 +1,51 @@
# from void linux orage pack.
--- a/src/ical-code.c 2015-04-10 13:26:26.000000000 +0300
+++ b/src/ical-code.c 2019-11-04 08:25:57.898138096 +0300
@@ -2579,7 +2579,6 @@
* when counting alarm time. */
if (rel == ICAL_RELATED_START) {
per.stime.is_date = 0;
- per.stime.is_utc = 1;
per.stime.is_daylight = 0;
per.stime.zone = utc_icaltimezone;
per.stime.hour = 0;
@@ -2588,7 +2587,6 @@
}
else {
per.etime.is_date = 0;
- per.etime.is_utc = 1;
per.etime.is_daylight = 0;
per.etime.zone = utc_icaltimezone;
per.etime.hour = 0;
@@ -2613,7 +2611,6 @@
/* HACK: convert to UTC time so that we can use time arithmetic
* when counting alarm time. */
start_time.is_date = 0;
- start_time.is_utc = 1;
start_time.is_daylight = 0;
start_time.zone = utc_icaltimezone;
start_time.hour = 0;
@@ -2768,7 +2765,6 @@
*/
if (icaltime_is_date(per.stime)) {
if (local_icaltimezone != utc_icaltimezone) {
- next_alarm_time.is_utc = 0;
next_alarm_time.is_daylight = 0;
next_alarm_time.zone = local_icaltimezone;
}
@@ -2850,7 +2846,6 @@
*/
if (icaltime_is_date(per.stime)) {
if (local_icaltimezone != utc_icaltimezone) {
- next_alarm_time.is_utc = 0;
next_alarm_time.is_daylight = 0;
next_alarm_time.zone = local_icaltimezone;
}
@@ -2944,7 +2939,6 @@
*/
if (icaltime_is_date(per.stime)) {
if (local_icaltimezone != utc_icaltimezone) {
- next_alarm_time.is_utc = 0;
next_alarm_time.is_daylight = 0;
next_alarm_time.zone = local_icaltimezone;
}
+132
View File
@@ -0,0 +1,132 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>orage</Name>
<Homepage>https://github.com/balena/orage</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.xfce.addon</PartOf>
<Summary>A calendar for Xfce</Summary>
<Description>Orage is a time-managing application for the Xfce desktop environment.</Description>
<Archive sha1sum="c856ad30f7a17a732d5cc794ef90aedf98575699" type="tarbz2">
https://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>intltool</Dependency>
<Dependency>db-devel</Dependency>
<Dependency>popt-devel</Dependency>
<Dependency>libical-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>xfce4-panel-devel</Dependency>
<Dependency>libxfce4util-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libical3.patch</Patch>
</Patches>
</Source>
<Package>
<Name>orage</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>dbus</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>popt</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libical</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>freetype</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>xfce4-panel</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2020-06-25</Date>
<Version>4.12.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="8">
<Date>2019-07-28</Date>
<Version>4.12.1</Version>
<Comment>Rebuild.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="7">
<Date>2015-06-12</Date>
<Version>4.12.1</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınosy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2015-03-04</Date>
<Version>4.10.0</Version>
<Comment>Rebuild</Comment>
<Name>Ayhan Yalçınosy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-05-29</Date>
<Version>4.10.0</Version>
<Comment>Version bump</Comment>
<Name>Burak Fazıl Ertürk</Name>
<Email>burakerturk@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-10-11</Date>
<Version>4.8.4</Version>
<Comment>Release bump.</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-08-26</Date>
<Version>4.8.4</Version>
<Comment>Release bump.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-03-15</Date>
<Version>4.8.4</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-05-06</Date>
<Version>4.8.2</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>orage</Name>
<Summary xml:lang="tr">Xfce için takvim</Summary>
<Description xml:lang="tr">Orage, Xfce masaüstü yöneticisi için yapılmış zaman yönetimi uygulamasıdır.</Description>
</Source>
</PISI>