diff options
author | Robert Tari <robert@tari.in> | 2021-08-30 01:09:46 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-30 01:09:46 +0200 |
commit | 0215693fad1fffa1b561d235fc5defc664b0ec71 (patch) | |
tree | 1cabb7700dc5736bf060ce31f4fa14d98096b7f7 | |
parent | 34f8c069de97447b98d96fa86c8d9a655a74cd9b (diff) | |
parent | 612849029e623b6d935b9b231e8e659a913f0e2e (diff) | |
download | ayatana-indicator-display-0215693fad1fffa1b561d235fc5defc664b0ec71.tar.gz ayatana-indicator-display-0215693fad1fffa1b561d235fc5defc664b0ec71.tar.bz2 ayatana-indicator-display-0215693fad1fffa1b561d235fc5defc664b0ec71.zip |
Merge branch 'sunweaver-pr/no-potfile-updates-during-builds'
Attributes GH PR #31: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/31
-rw-r--r-- | po/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e78a9df..0b2b2a1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,11 +1,5 @@ find_package(Intltool REQUIRED) -intltool_update_potfile( - KEYWORDS "_" "_:1,2" "N_" "N_:1,2" - GETTEXT_PACKAGE ${GETTEXT_PACKAGE} - COPYRIGHT_HOLDER "Canonical Ltd." -) - intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} |