gdm, budgie-desktop, budgie-screensaver, adobe-source-code-pro-fonts, epiphany, evolution, gnome-initial-setup, gnome-online-miners, gnome-user-docs packaged

This commit is contained in:
Berk Çakar
2021-06-08 03:48:32 +03:00
parent e4d9187a13
commit 9ed1a82253
33 changed files with 3311 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
#!/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
# TODO: Add libchamplain (Contact Maps) support.
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONF_INSTALL_DIR=/etc \
-DENABLE_INSTALLED_TESTS=OFF \
-DENABLE_PST_IMPORT=OFF \
-DENABLE_YTNEF=OFF \
-DENABLE_CONTACT_MAPS=OFF \
-DENABLE_TEXT_HIGHLIGHT=OFF")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "ChangeLog", "HACKING", "MAINTAINERS", "NEWS", "README.md")
+114
View File
@@ -0,0 +1,114 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>evolution</Name>
<Homepage>https://gitlab.gnome.org/GNOME/evolution</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<License>LGPLv3</License>
<IsA>app:gui</IsA>
<Summary>Integrated mail, addressbook and calendaring for GNOME.</Summary>
<Description>The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment.</Description>
<Archive sha1sum="d9298995a45a8ead5353ab520a5e5e1ac9afafff" type="tarxz">https://download.gnome.org/sources/evolution/3.40/evolution-3.40.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gnome-desktop-devel</Dependency>
<Dependency>libcanberra-gtk3-devel</Dependency>
<Dependency>evolution-data-server-devel</Dependency>
<Dependency>gspell-devel</Dependency>
<Dependency>gnome-autoar-devel</Dependency>
<Dependency>libarchive-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>itstool</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>NetworkManager-devel</Dependency>
<Dependency>yelp-tools</Dependency>
<Dependency>libgdata-devel</Dependency>
<Dependency>webkit2gtk-devel</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>libgweather-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>clutter-gtk-devel</Dependency>
<Dependency>geoclue-devel</Dependency>
<Dependency>geocode-glib-devel</Dependency>
<Dependency>libseccomp-devel</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>evolution</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gcr</Dependency>
<Dependency>nss</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>nspr</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>gspell</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libical</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>enchant2</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>libsecret</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>webkit2gtk</Dependency>
<Dependency>libcanberra</Dependency>
<Dependency>libgweather</Dependency>
<Dependency>gnome-autoar</Dependency>
<Dependency>gnome-desktop</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>evolution-data-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/evolution-data-server</Path>
<Path fileType="library">/usr/lib/evolution</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share/GConf</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/evolution</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="man">/usr/share/help</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/metainfo</Path>
</Files>
</Package>
<Package>
<Name>evolution-devel</Name>
<RuntimeDependencies>
<Dependency release="current">evolution</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnome-desktop-devel</Dependency>
<Dependency>evolution-data-server-devel</Dependency>
<Dependency>webkit2gtk-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-05</Date>
<Version>3.40.1</Version>
<Comment>First release for Pisi Linux</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
</History>
</PISI>