Change ID to com.github.writeas.writeas-gtk
This commit is contained in:
parent
39b2954701
commit
4c784b32c8
@ -4,7 +4,7 @@ install_data('icons/write-as.png',
|
|||||||
install_data('icons/writeas-bright-dark.png',
|
install_data('icons/writeas-bright-dark.png',
|
||||||
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))
|
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', '16x16', 'actions'))
|
||||||
|
|
||||||
install_data('writeas-gtk.desktop',
|
install_data('com.github.writeas.writeas-gtk.desktop',
|
||||||
install_dir: join_paths(get_option('datadir'), 'applications'))
|
install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||||
install_data('writeas-gtk.appdata.xml',
|
install_data('com.github.writeas.writeas-gtk.appdata.xml',
|
||||||
install_dir: join_paths(get_option('datadir'), 'metainfo'))
|
install_dir: join_paths(get_option('datadir'), 'metainfo'))
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -1,4 +1,4 @@
|
|||||||
Source: writeas-gtk
|
Source: com.github.writeas.writeas-gtk
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Write.as <hello@write.as>
|
Maintainer: Write.as <hello@write.as>
|
||||||
@ -9,7 +9,7 @@ Build-Depends: meson,
|
|||||||
valac (>= 0.36)
|
valac (>= 0.36)
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
Package: writeas-gtk
|
Package: com.github.writeas.writeas-gtk
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, writeas-cli
|
Depends: ${misc:Depends}, ${shlibs:Depends}, writeas-cli
|
||||||
Recommends: fonts-lora, fonts-open-sans, fonts-hack
|
Recommends: fonts-lora, fonts-open-sans, fonts-hack
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,5 +1,5 @@
|
|||||||
Format: http://dep.debian.net/deps/dep5
|
Format: http://dep.debian.net/deps/dep5
|
||||||
Upstream-Name: writeas-gtk
|
Upstream-Name: com.github.writeas.writeas-gtk
|
||||||
Source: https://code.as/writeas/writeas-gtk/
|
Source: https://code.as/writeas/writeas-gtk/
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -28,4 +28,4 @@ override_dh_auto_test:
|
|||||||
cd debian/build && ninja test
|
cd debian/build && ninja test
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
cd debian/build && DESTDIR=${CURDIR}/debian/writeas-gtk ninja install
|
cd debian/build && DESTDIR=${CURDIR}/debian/com.github.writeas.writeas-gtk ninja install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('writeas-gtk', ['vala', 'c'],
|
project('com.github.writeas.writeas-gtk', ['vala', 'c'],
|
||||||
version: '1.0.0-beta',
|
version: '1.0.0-beta',
|
||||||
license: 'GPL',
|
license: 'GPL',
|
||||||
meson_version: '>=0.40.1')
|
meson_version: '>=0.40.1')
|
||||||
|
@ -22,7 +22,7 @@ public class WriteAs.Application : Gtk.Application {
|
|||||||
Intl.setlocale(LocaleCategory.ALL, "");
|
Intl.setlocale(LocaleCategory.ALL, "");
|
||||||
Intl.textdomain("write.as");
|
Intl.textdomain("write.as");
|
||||||
|
|
||||||
application_id = "writeas-gtk.desktop";
|
application_id = "com.github.writeas.writeas-gtk.desktop";
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void activate() {
|
public override void activate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user