Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11053156
D4366.id11490.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D4366.id11490.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,10 @@
+ld-linux-x86-64.so.2
+libc.so.6
+libdl.so.2
+libfontconfig.so.1
+libfreetype.so.6
+libgcc_s.so.1
+libm.so.6
+libpthread.so.0
+librt.so.1
+libutil.so.1
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,32 @@
+name : alacritty
+version : 0.2.4
+release : 1
+source :
+ - https://github.com/jwilm/alacritty/archive/v0.2.4.tar.gz : f2d2bf02ffa538fb94e9679260be9c32e52fa4e81d36b8005700fc8b30a84761
+license : Apache-2.0
+component : system.utils
+summary : A cross-platform, GPU-accelerated terminal emulator
+description: |
+ Alacritty is the fastest terminal emulator in existence.
+ Using the GPU for rendering enables optimizations that simply aren't possible in other emulators.
+networking : yes
+builddeps :
+ - pkgconfig(freetype2)
+ - pkgconfig(fontconfig)
+ - cargo
+build : |
+ cargo update
+ cargo build --release
+install : |
+ install -Dm00755 target/release/alacritty -t $installdir/usr/bin
+ install -Dm00644 alacritty.yml -t $installdir/usr/share/alacritty/
+
+ mkdir -p $installdir/usr/share/terminfo/a
+ tic -o $installdir/usr/share/terminfo/a -e alacritty,alacritty-direct alacritty.info
+
+ install -Dm00644 alacritty-completions.bash $installdir/usr/share/bash-completion/completion/alacritty
+ install -Dm00644 alacritty-completions.zsh $installdir/usr/share/zsh/site-functions/_alacritty
+ install -Dm00644 alacritty-completions.fish $installdir/usr/share/fish/vendor_completions.d/alacritty
+
+ install -Dm00644 alacritty.desktop $installdir/usr/share/applications/alacritty.desktop
+ install -Dm00644 alacritty.man $installdir/usr/share/man/man1/alacritty.1
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,44 @@
+<PISI>
+ <Source>
+ <Name>alacritty</Name>
+ <Packager>
+ <Name>Robert Guenzler</Name>
+ <Email>robert@gnzler.io</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">A cross-platform, GPU-accelerated terminal emulator</Summary>
+ <Description xml:lang="en">Alacritty is the fastest terminal emulator in existence.
+Using the GPU for rendering enables optimizations that simply aren't possible in other emulators.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>alacritty</Name>
+ <Summary xml:lang="en">A cross-platform, GPU-accelerated terminal emulator</Summary>
+ <Description xml:lang="en">Alacritty is the fastest terminal emulator in existence.
+Using the GPU for rendering enables optimizations that simply aren't possible in other emulators.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/alacritty</Path>
+ <Path fileType="data">/usr/share/alacritty/alacritty.yml</Path>
+ <Path fileType="data">/usr/share/applications/alacritty.desktop</Path>
+ <Path fileType="data">/usr/share/bash-completion/completion/alacritty</Path>
+ <Path fileType="data">/usr/share/fish/vendor_completions.d/alacritty</Path>
+ <Path fileType="man">/usr/share/man/man1/alacritty.1</Path>
+ <Path fileType="data">/usr/share/terminfo/a/a/alacritty</Path>
+ <Path fileType="data">/usr/share/terminfo/a/a/alacritty-direct</Path>
+ <Path fileType="data">/usr/share/zsh/site-functions/_alacritty</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-12-16</Date>
+ <Version>0.2.4</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Robert Guenzler</Name>
+ <Email>robert@gnzler.io</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 10:46 PM (2 h, 57 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5791900
Default Alt Text
D4366.id11490.diff (4 KB)
Attached To
Mode
D4366: Initial commit of alacritty
Attached
Detach File
Event Timeline
Log In to Comment