Rename write-as-gtk to writeas-gtk
This commit is contained in:
parent
7062bff9aa
commit
081126aaa6
@ -4,7 +4,7 @@ install_data('icons/write-as.png',
|
||||
install_data('icons/writeas-bright-dark.png',
|
||||
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))
|
||||
|
||||
install_data('write-as-gtk.desktop',
|
||||
install_data('writeas-gtk.desktop',
|
||||
install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||
install_data('write-as-gtk.appdata.xml',
|
||||
install_data('writeas-gtk.appdata.xml',
|
||||
install_dir: join_paths(get_option('datadir'), 'metainfo'))
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<component type="desktop-application">
|
||||
<id>write-as-gtk</id>
|
||||
<id>writeas-gtk</id>
|
||||
<project_license>GPL-3.0+</project_license>
|
||||
<metadata_license>GPL-3.0+</metadata_license>
|
||||
<name>Write.as</name>
|
||||
@ -24,7 +24,7 @@
|
||||
<update_contact>hello@write.as</update_contact>
|
||||
|
||||
<provides>
|
||||
<binary>write-as-gtk</binary>
|
||||
<binary>writeas-gtk</binary>
|
||||
</provides>
|
||||
|
||||
<screenshots>
|
@ -2,7 +2,7 @@
|
||||
Type=Application
|
||||
Name=Write.as
|
||||
Comment=Spread your ideas
|
||||
Exec=write-as-gtk %f
|
||||
Exec=writeas-gtk %f
|
||||
Icon=write-as
|
||||
Terminal=false
|
||||
MimeType=text/plain;
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
write-as-gtk (0.1.0) precise; urgency=low
|
||||
writeas-gtk (0.1.0) precise; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -1,4 +1,4 @@
|
||||
Source: write-as-gtk
|
||||
Source: writeas-gtk
|
||||
Section: x11
|
||||
Priority: extra
|
||||
Maintainer: Adrian Cochrane <alcinnz@lavabit.com>
|
||||
@ -10,7 +10,7 @@ Build-Depends: meson,
|
||||
libsoup2.4-dev (>= 2.52.2)
|
||||
Standards-Version: 3.9.3
|
||||
|
||||
Package: write-as-gtk
|
||||
Package: writeas-gtk
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: fonts-open-sans, fonts-hack
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,5 +1,5 @@
|
||||
Format: http://dep.debian.net/deps/dep5
|
||||
Upstream-Name: write-as-gtk
|
||||
Upstream-Name: writeas-gtk
|
||||
Source: https://code.as/writeas/writeas-gtk/
|
||||
|
||||
Files: *
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -28,4 +28,4 @@ override_dh_auto_test:
|
||||
cd debian/build && ninja test
|
||||
|
||||
override_dh_auto_install:
|
||||
cd debian/build && DESTDIR=${CURDIR}/debian/write-as-gtk ninja install
|
||||
cd debian/build && DESTDIR=${CURDIR}/debian/writeas-gtk ninja install
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('write-as-gtk', ['vala', 'c'],
|
||||
project('writeas-gtk', ['vala', 'c'],
|
||||
version: '0.1',
|
||||
license: 'GNU',
|
||||
meson_version: '>=0.40.1')
|
||||
|
@ -4,7 +4,7 @@ public class WriteAs.Application : Gtk.Application {
|
||||
Intl.setlocale(LocaleCategory.ALL, "");
|
||||
Intl.textdomain("write.as");
|
||||
|
||||
application_id = "write-as-gtk.desktop";
|
||||
application_id = "writeas-gtk.desktop";
|
||||
}
|
||||
|
||||
public override void activate() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
executable('write-as-gtk',
|
||||
executable('writeas-gtk',
|
||||
'application.vala',
|
||||
'window.vala',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user