Kaydet (Commit) 5f198901 authored tarafından Ali Rıza KESKİN's avatar Ali Rıza KESKİN

uvuveweveoynotweveweobemobeosas

üst c4b1ad74
<INARY>
<Name>desktop.fluxbox.base</Name>
</INARY>
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import autotools
from inary.actionsapi import inarytools
from inary.actionsapi import get
def setup():
#autotools.autoreconf("-fiv")
autotools.configure("--enable-imlib2 \
--enable-xinerama \
--enable-xft \
--enable-nls \
--with-style=/usr/share/fluxbox/styles/green_tea")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "TODO")
[Desktop Entry]
Encoding=UTF-8
Name=Fluxbox Window Manager
Name[tr]=Fluxbox Pencere Yöneticisi
Comment=fluxbox window manager
Comment[tr]=fluxbox pencere yöneticisi
Exec=/usr/bin/startfluxbox
Type=Application
<!DOCTYPE INARY SYSTEM "http://www.sulin.org/projeler/inary/inary-spec.dtd">
<INARY>
<Source>
<Name>fluxbox</Name>
<Homepage>http://www.fluxbox.org</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>MIT</License>
<IsA>app:gui</IsA>
<Summary>An X11 window manager featuring tabs and an iconbar</Summary>
<Description>Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code. It is very light on resources and easy to handle but yet full of features to make an easy, and extremely fast, desktop experience.</Description>
<Archive sha1sum="47919f0345832de41ca7192ff168abd145af819f" type="targz">https://master.dl.sourceforge.net/project/fluxbox/fluxbox/1.3.7/fluxbox-1.3.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>fridibi-devel</Dependency>
<Dependency>imlib2</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libXft-devel</Dependency>
<Dependency>libXinerama-devel</Dependency>
<Dependency>libXpm-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>libXrender-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>fluxbox</Name>
<RuntimeDependencies>
<Dependency>imlib2</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libXft</Dependency>
<Dependency>libXinerama</Dependency>
<Dependency>libXpm</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libXrender</Dependency>
<Dependency>fridibi</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libX11</Dependency>
<Dependency>perl-Linux-Desktopfiles</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/fluxbox</Path>
<Path fileType="data">/usr/share/xsessions</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/xsessions/fluxbox.desktop">fluxbox.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2019.11.11</Date>
<Version>1.3.7</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
<INARY>
<Source>
<Name>fluxbox</Name>
<Summary xml:lang="tr">Hafif bir X pencere yöneticisi</Summary>
<Description xml:lang="tr">Fluxbox, Blackbox 0.61.1 kodu temel alınarak geliştirilmiş bir X pencere yöneticisidir. Çok az kaynak tükettiği ve kolayca idare edildiği için çok hızlı bir masaüstü tecribesi sunar.</Description>
</Source>
</INARY>
<INARY>
<Name>fluxbox</Name>
</INARY>
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from inary.actionsapi import perlmodules
from inary.actionsapi import get
from inary.actionsapi import inarytools
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
inarytools.dodoc("Changes", "README")
<!DOCTYPE INARY SYSTEM "http://www.sulin.org/projeler/inary/inary-spec.dtd">
<INARY>
<Source>
<Name>perl-Data-Dump</Name>
<Homepage>http://search.cpan.org/dist/Data-Dump</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Perl Module for pretty printing of data structures</Summary>
<Description>perl-Data-Dump is a perl module which provides a few functions that traverse their argument and produces a string as its result.</Description>
<Archive sha1sum="3f5c0d4a15c8dd6befbcdceb41fe15b9aef1b741" type="targz">http://www.cpan.org/modules/by-module/Data/Data-Dump-1.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Data-Dump</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019.11.11</Date>
<Version>1.23</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
<INARY>
<Source>
<Name>perl-Data-Dump</Name>
<Summary xml:lang="tr">Perl veri yapılarının hoş bir şekilde bastırılması</Summary>
<Description xml:lang="tr">perl-Data-Dump argümanları takip edip sonucunu bir karakter dizisi olarak bastıran fonksiyonlar sağlayan bir Perl modülüdür.</Description>
</Source>
</INARY>
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from inary.actionsapi import perlmodules
from inary.actionsapi import inarytools
from inary.actionsapi import get
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
inarytools.dodoc("Changes", "MANIFEST")
<!DOCTYPE INARY SYSTEM "http://www.sulin.org/projeler/inary/inary-spec.dtd">
<INARY>
<Source>
<Name>perl-Linux-Desktopfiles</Name>
<Homepage>https://metacpan.org/module/Linux::DesktopFiles</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Perl module to get and parse the linux desktop files</Summary>
<Description>perl-Linux-Desktopfiles Perl module to get and parse the linux desktop files</Description>
<Archive sha1sum="b94e75b6d85986a72aa167be36c209a41b701950" type="targz">https://cpan.metacpan.org/authors/id/T/TR/TRIZEN/Linux-DesktopFiles-0.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-Linux-Desktopfiles</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Data-Dump</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019.11.11</Date>
<Version>0.25</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
<INARY>
<Source>
<Name>perl-Linux-Desktopfiles</Name>
<Summary xml:lang="tr">Masaüstü dosyalarını almak ve ayrıştırmak için Perl modülü</Summary>
<Description xml:lang="tr">perl-Linux-Desktopfiles masaüstü dosyalarını almak ve ayrıştırmak için Perl modülüdür</Description>
</Source>
</INARY>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment