Kaydet (Commit) 63ee4043 authored tarafından Your Name's avatar Your Name

nano güncellemesi & elsa fixi & unibuild depoya alındı

üst 2e531579
......@@ -76,7 +76,7 @@
<Path fileType="library">/usr/lib/cinnamon-screensaver</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/pam.d/cinnamon-screensaver" permission="0644" owner="root">cinnamon-screensaver.pam</AdditionalFile>
<!--AdditionalFile target="/etc/pam.d/cinnamon-screensaver" permission="0644" owner="root">cinnamon-screensaver.pam</AdditionalFile-->
</AdditionalFiles>
</Package>
......
......@@ -9,7 +9,6 @@ def setup():
# autotools.autoreconf("-fvi")
autotools.configure("--enable-utf8 \
--enable-color \
--with-slang\
--enable-nanorc \
--enable-multibuffer")
......
......@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>GNU GPL'd Pico clone with more functionality</Summary>
<Description>Nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico's look and feel, nano also implements some missing (or disabled by default) features in Pico, such as "search and replace" and "go to line number".</Description>
<Archive sha1sum="ed3dd9eec9e1ef680ef2baf491de1a50ecf22e24">https://www.nano-editor.org/dist/v4/nano-4.7.tar.xz</Archive>
<Archive sha1sum="b727bcd583498312f52307ed39b83d7515401c58">https://www.nano-editor.org/dist/v5/nano-5.5.tar.xz</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
......@@ -34,7 +34,14 @@
</Package>
<History>
<Update release="2">
<Update release="3">
<Date>2021-02-02</Date>
<Version>5.5</Version>
<Comment>Update and rebuild.</Comment>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2020-01-19</Date>
<Version>4.7</Version>
<Comment>Update and rebuild.</Comment>
......
This diff is collapsed.
5923ed88b6dcd930297eb6f2122e05daaaa43128
\ No newline at end of file
b5546ccb065e8c20222945866c709e64b2fa2b2d
\ No newline at end of file
92d6ffde0426806948adc0de42204f4f70fcc831
\ No newline at end of file
e1d507edef21bd476995bba90040d60d2b0c976e
\ No newline at end of file
......@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>SulinOS instaler</Summary>
<Description>Sulin console installer.</Description>
<Archive sha1sum="e19185401111a7ae52a4e259be79cd1bdfabe91d">https://gitlab.com/sulinos/devel/elsa/-/archive/1.0/elsa-1.0.tar.gz</Archive>
<Archive sha1sum="4aa5827b46602ca2a6b6aaa897f0d83f08b20df2">https://gitlab.com/sulinos/devel/elsa/-/archive/1.1/elsa-1.1.zip</Archive>
</Source>
<Package>
......@@ -28,6 +28,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-02-02</Date>
<Version>1.1</Version>
<Comment>Fix elsa bugs</Comment>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-01-28</Date>
......
#!/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 inarytools
from inary.actionsapi import autotools
from inary.actionsapi import get
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://gitlab.com/sulinos/sulinproject/inary/raw/master/inary-spec.dtd">
<INARY>
<Source>
<Name>unibuild</Name>
<Homepage>https://gitlab.com/sulinos/devel/unibuild</Homepage>
<Packager>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Packager>
<License>GPLv3</License>
<Summary>Universal builder</Summary>
<Description>The universal source code builder from sulinos</Description>
<Archive sha1sum="818a4d334b618c04026955dd7dd964cddcde98ea">https://gitlab.com/sulinos/devel/unibuild/-/archive/2.0.0/unibuild-2.0.0.zip</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>unibuild</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-02-02</Date>
<Version>2.0.0</Version>
<Comment>First release</Comment>
<Name>Ali Rıza KESKİN</Name>
<Email>parduscix@yandex.ru</Email>
</Update>
</History>
</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