Revert "Change ID to com.github.writeas.writeas-gtk"
This reverts commit 4c784b32c8
.
This commit is contained in:
parent
c0c8775c3a
commit
67b6198b5e
@ -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('com.github.writeas.writeas-gtk.desktop',
|
||||
install_data('writeas-gtk.desktop',
|
||||
install_dir: join_paths(get_option('datadir'), 'applications'))
|
||||
install_data('com.github.writeas.writeas-gtk.appdata.xml',
|
||||
install_data('writeas-gtk.appdata.xml',
|
||||
install_dir: join_paths(get_option('datadir'), 'metainfo'))
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -1,4 +1,4 @@
|
||||
Source: com.github.writeas.writeas-gtk
|
||||
Source: writeas-gtk
|
||||
Section: x11
|
||||
Priority: extra
|
||||
Maintainer: Write.as <hello@write.as>
|
||||
@ -9,7 +9,7 @@ Build-Depends: meson,
|
||||
valac (>= 0.36)
|
||||
Standards-Version: 3.9.3
|
||||
|
||||
Package: com.github.writeas.writeas-gtk
|
||||
Package: writeas-gtk
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, writeas-cli
|
||||
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
|
||||
Upstream-Name: com.github.writeas.writeas-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/com.github.writeas.writeas-gtk ninja install
|
||||
cd debian/build && DESTDIR=${CURDIR}/debian/writeas-gtk ninja install
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('com.github.writeas.writeas-gtk', ['vala', 'c'],
|
||||
project('writeas-gtk', ['vala', 'c'],
|
||||
version: '1.0.0',
|
||||
license: 'GPL',
|
||||
meson_version: '>=0.40.1')
|
||||
|
@ -22,7 +22,7 @@ public class WriteAs.Application : Gtk.Application {
|
||||
Intl.setlocale(LocaleCategory.ALL, "");
|
||||
Intl.textdomain("write.as");
|
||||
|
||||
application_id = "com.github.writeas.writeas-gtk.desktop";
|
||||
application_id = "writeas-gtk.desktop";
|
||||
}
|
||||
|
||||
public override void activate() {
|
||||
|
Loading…
Reference in New Issue
Block a user