Page MenuHomeSolus

D1646.id.diff
No OneTemporary

D1646.id.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,20 @@
+name : i3lock-fancy
+version : 0.2
+release : 1
+source :
+ - https://github.com/meskarune/i3lock-fancy/archive/0.2.tar.gz : be30c8ace49c69debea0fd5e3e46548caccdce9a70ec744f8e9b15ec6c3d1508
+license : MIT
+component : desktop.i3
+summary : Script for i3lock that takes a screenshot of the desktop, blurs the background and adds a lock icon and text
+description: |
+ Script for i3lock that takes a screenshot of the desktop, blurs the background and adds a lock icon and text
+rundeps :
+ - i3lock
+ - imagemagick
+install : |
+ install -dm00644 $installdir/usr/bin
+ install -dm00644 $installdir/usr/share/i3lock-fancy/{,icons}
+
+ install -Dm00755 lock $installdir/usr/share/i3lock-fancy/
+ install -Dm00644 icons/*.png $installdir/usr/share/i3lock-fancy/icons
+ ln -s /usr/share/i3lock-fancy/lock $installdir/usr/bin/i3lock-fancy
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>i3lock-fancy</Name>
+ <Packager>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federicodamiansch@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>desktop.i3</PartOf>
+ <Summary xml:lang="en">Script for i3lock that takes a screenshot of the desktop, blurs the background and adds a lock icon and text</Summary>
+ <Description xml:lang="en">Script for i3lock that takes a screenshot of the desktop, blurs the background and adds a lock icon and text
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>i3lock-fancy</Name>
+ <Summary xml:lang="en">Script for i3lock that takes a screenshot of the desktop, blurs the background and adds a lock icon and text</Summary>
+ <Description xml:lang="en">Script for i3lock that takes a screenshot of the desktop, blurs the background and adds a lock icon and text
+</Description>
+ <PartOf>desktop.i3</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/i3lock-fancy</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-15</Date>
+ <Version>0.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico Damián Schonborn</Name>
+ <Email>federicodamiansch@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 11:09 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804503
Default Alt Text
D1646.id.diff (2 KB)

Event Timeline