Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033571
D7660.id18627.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
D7660.id18627.diff
View Options
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,3 +1,5 @@
+libvterm.so.0:vterm_check_version
+libvterm.so.0:vterm_color_is_equal
libvterm.so.0:vterm_copy_cells
libvterm.so.0:vterm_free
libvterm.so.0:vterm_get_attr_type
@@ -20,8 +22,10 @@
libvterm.so.0:vterm_output_get_buffer_remaining
libvterm.so.0:vterm_output_get_buffer_size
libvterm.so.0:vterm_output_read
+libvterm.so.0:vterm_output_set_callback
libvterm.so.0:vterm_parser_get_cbdata
libvterm.so.0:vterm_parser_set_callbacks
+libvterm.so.0:vterm_screen_convert_color_to_rgb
libvterm.so.0:vterm_screen_enable_altscreen
libvterm.so.0:vterm_screen_flush_damage
libvterm.so.0:vterm_screen_get_attrs_extent
@@ -38,6 +42,9 @@
libvterm.so.0:vterm_scroll_rect
libvterm.so.0:vterm_set_size
libvterm.so.0:vterm_set_utf8
+libvterm.so.0:vterm_state_convert_color_to_rgb
+libvterm.so.0:vterm_state_focus_in
+libvterm.so.0:vterm_state_focus_out
libvterm.so.0:vterm_state_get_cbdata
libvterm.so.0:vterm_state_get_cursorpos
libvterm.so.0:vterm_state_get_default_colors
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : libvterm
-version : 0.681
-release : 1
+version : 0.1.2
+release : 2
source :
- - http://www.leonerd.org.uk/code/libvterm/libvterm-0+bzr681.tar.gz : abea46d1b0b831dec2af5d582319635cece63d260f8298d9ccce7c1c2e62a6e8
+ - http://www.leonerd.org.uk/code/libvterm/libvterm-0.1.2.tar.gz : 250899f434ff624a16d2be3784b5fe03f81820c3597211faf04349f5c9297f81
license : MIT
component : programming
summary : Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>libvterm</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator</Summary>
<Description xml:lang="en">Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>libvterm</Name>
@@ -19,8 +19,11 @@
</Description>
<PartOf>programming</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="executable">/usr/bin/unterm</Path>
+ <Path fileType="executable">/usr/bin/vterm-ctrl</Path>
+ <Path fileType="executable">/usr/bin/vterm-dump</Path>
+ <Path fileType="library">/usr/lib64/libvterm.so.0</Path>
+ <Path fileType="library">/usr/lib64/libvterm.so.0.0.2</Path>
</Files>
</Package>
<Package>
@@ -30,21 +33,22 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="1">libvterm</Dependency>
+ <Dependency release="2">libvterm</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="header">/usr/include/vterm.h</Path>
+ <Path fileType="header">/usr/include/vterm_keycodes.h</Path>
+ <Path fileType="library">/usr/lib64/libvterm.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/vterm.pc</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-05-28</Date>
- <Version>0.681</Version>
+ <Update release="2">
+ <Date>2019-11-17</Date>
+ <Version>0.1.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:50 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800129
Default Alt Text
D7660.id18627.diff (4 KB)
Attached To
Mode
D7660: Update libvterm to 0.1.2
Attached
Detach File
Event Timeline
Log In to Comment