Page MenuHomeSolus
Authored By
feskyde
Feb 2 2017, 6:19 AM
Size
5 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From b89e3d52e8d48514805d5adc5dd39b21dfc061a6 Mon Sep 17 00:00:00 2001
From: "Federico D. Schonborn" <federico.d.schonborn@gmail.com>
Date: Thu, 2 Feb 2017 03:19:18 -0300
Subject: [PATCH] Initial commit
Signed-off-by: Federico D. Schonborn <federico.d.schonborn@gmail.com>
---
Makefile | 1 +
package.yml | 21 +++++++++++++++++++
pspec_x86_64.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 83 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..52617ca
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : arandr
+version : 0.1.9
+release : 1
+source :
+ - http://christian.amsuess.com/tools/arandr/files/arandr-0.1.9.tar.gz : bb2b57dc37787c4eb7c33c5136cea3829d1b885862cdd827f16ef51e9f0a6ec4
+license : GPL-3.0
+component : desktop
+summary : A simple visual front end for XRandR
+description: |
+ ARandR is designed to provide a simple visual front end for XRandR.
+ Relative monitor positions are shown graphically and can be changed
+ in a drag-and-drop way.
+builddeps :
+ - python-docutils
+rundeps :
+ - python-gobject2
+ - xrandr
+build : |
+ %python_setup
+install : |
+ %python_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..996af92
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,61 @@
+<PISI>
+ <Source>
+ <Name>arandr</Name>
+ <Packager>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>desktop</PartOf>
+ <Summary xml:lang="en">A simple visual front end for XRandR</Summary>
+ <Description xml:lang="en">ARandR is designed to provide a simple visual front end for XRandR.
+Relative monitor positions are shown graphically and can be changed
+in a drag-and-drop way.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>arandr</Name>
+ <Summary xml:lang="en">A simple visual front end for XRandR</Summary>
+ <Description xml:lang="en">ARandR is designed to provide a simple visual front end for XRandR.
+Relative monitor positions are shown graphically and can be changed
+in a drag-and-drop way.
+</Description>
+ <PartOf>desktop</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/arandr-0.1.9-py2.7.egg-info</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/auxiliary.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/auxiliary.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/data/gpl-3.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/demo.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/demo.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/gui.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/gui.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/meta.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/meta.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/metacity.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/metacity.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/snap.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/snap.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/widget.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/widget.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/xrandr.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/screenlayout/xrandr.pyc</Path>
+ <Path fileType="data">/usr/share/applications/arandr.desktop</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-02-02</Date>
+ <Version>0.1.9</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7015
Default Alt Text
0001-Initial-commit.patch (5 KB)

Event Timeline