Skip to content

Commit

Permalink
Revert "Change ID to com.github.writeas.writeas-gtk"
Browse files Browse the repository at this point in the history
This reverts commit 4c784b3.
  • Loading branch information
thebaer committed Oct 1, 2018
1 parent c0c8775 commit 67b6198
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: com.github.writeas.writeas-gtk
Source: writeas-gtk
Section: x11
Priority: extra
Maintainer: Write.as <[email protected]>
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -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: *
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
2 changes: 1 addition & 1 deletion src/application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 67b6198

Please sign in to comment.