pax_global_header00006660000000000000000000000064142416521110014507gustar00rootroot0000000000000052 comment=7e4e5789c34adaf51a1b2589f20de2852c8c1406 dtkcommon-5.5.23/000077500000000000000000000000001424165211100135765ustar00rootroot00000000000000dtkcommon-5.5.23/.github/000077500000000000000000000000001424165211100151365ustar00rootroot00000000000000dtkcommon-5.5.23/.github/workflows/000077500000000000000000000000001424165211100171735ustar00rootroot00000000000000dtkcommon-5.5.23/.github/workflows/backup-to-gitlab.yml000066400000000000000000000040441424165211100230450ustar00rootroot00000000000000name: backup to gitlab on: [push] concurrency: group: ${{ github.workflow }} cancel-in-progress: true jobs: backup-to-gitlab: if: github.repository_owner == 'linuxdeepin' name: backup-to-gitlab runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: repository: "linuxdeepin/jenkins-bridge-client" path: jenkins-bridge-client - name: Install Client run: | cd $GITHUB_WORKSPACE/jenkins-bridge-client go build . sudo install -Dvm755 jenkins-bridge-client -t /usr/bin/ - name: Trigger sync id: generate-runid run: | echo "::set-output name=RUN_ID::$(jenkins-bridge-client -triggerSync -token '${{ secrets.BRIDGETOKEN }}')" - name: Print log run: | jenkins-bridge-client -printlog -token "${{ secrets.BRIDGETOKEN }}" -runid "${{ steps.generate-runid.outputs.RUN_ID }}" backup-to-gitee: if: github.repository_owner == 'linuxdeepin' runs-on: ubuntu-latest steps: - name: create-repo run: | repo=${{ github.event.repository.name }} homepage="https://github.com/linuxdeepin/${repo}" description="mirror of ${homepage}" # remove '.' prefix repo=${repo#"."} curl -X POST --header 'Content-Type: application/json;charset=UTF-8' 'https://gitee.com/api/v5/enterprises/linuxdeepin/repos' -d '{"private": 1,"access_token":"${{ secrets.GITEE_SYNC_TOKEN }}","name":"'"$repo"'","description":"'"$description"'","homepage":"'"$homepage"'","has_issues":"false","has_wiki":"false","can_comment":"false"}' || true - name: push run: | git clone --bare https://github.com/linuxdeepin/${{ github.event.repository.name }}.git .git repo=${{ github.event.repository.name }} # remove '.' prefix repo=${repo#"."} git remote set-url origin https://myml:${{ secrets.GITEE_SYNC_TOKEN }}@gitee.com/linuxdeepin/${repo}.git git push -f --all --prune origin git push --tags origin dtkcommon-5.5.23/.github/workflows/call-build-deb.yml000066400000000000000000000005361424165211100224620ustar00rootroot00000000000000name: Call build-deb on: pull_request_target: paths-ignore: - ".github/workflows/**" concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }} cancel-in-progress: true jobs: check_job: uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master secrets: BridgeToken: ${{ secrets.BridgeToken }} dtkcommon-5.5.23/.github/workflows/call-build-distribution.yml000066400000000000000000000007661424165211100244540ustar00rootroot00000000000000name: Call build-distribution on: push: paths-ignore: - ".github/workflows/**" pull_request_target: paths-ignore: - ".github/workflows/**" jobs: check_job: uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master secrets: BUILD_GPG_PRIVATE_KEY: ${{ secrets.BUILD_GPG_PRIVATE_KEY }} BUILD_SSH_PRIVATE_KEY: ${{ secrets.BUILD_SSH_PRIVATE_KEY }} WEBDAV_PASSWD: ${{ secrets.WEBDAV_PASSWD }} WEBDAV_USER: ${{ secrets.WEBDAV_USER }} dtkcommon-5.5.23/.github/workflows/call-chatOps.yml000066400000000000000000000003201424165211100222230ustar00rootroot00000000000000name: chatOps on: issue_comment: types: [created] jobs: chatopt: uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} dtkcommon-5.5.23/.github/workflows/call-commitlint.yml000066400000000000000000000003641424165211100230110ustar00rootroot00000000000000name: Call commitlint on: pull_request_target: concurrency: group: ${{ github.workflow }}-pull/${{ github.event.number }} cancel-in-progress: true jobs: check_job: uses: linuxdeepin/.github/.github/workflows/commitlint.yml@master dtkcommon-5.5.23/.gitignore000066400000000000000000000003151424165211100155650ustar00rootroot00000000000000# Compiled Object files *.slo *.lo *.o # Compiled Dynamic libraries *.so *.dylib # Compiled Static libraries *.lai *.la *.a build*/ *.pro.user* # executeable files *.qm qt_lib_*.pri .qmake* Makefile dtkcommon-5.5.23/LICENSE000066400000000000000000001045131424165211100146070ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . dtkcommon-5.5.23/README.md000066400000000000000000000004351424165211100150570ustar00rootroot00000000000000A public project for building DTK Library build on debian/uos === requirements: + pkg-config + libglib2.0-bin + qttools5-dev-tools + qtbase5-private-dev mkdir build && cd build && qmake ../ && make ## License This project is licensed under [GPL-3+](LICENSE) or any later version. dtkcommon-5.5.23/cmake/000077500000000000000000000000001424165211100146565ustar00rootroot00000000000000dtkcommon-5.5.23/cmake/Dtk/000077500000000000000000000000001424165211100154005ustar00rootroot00000000000000dtkcommon-5.5.23/cmake/Dtk/DtkConfig.cmake000066400000000000000000000002271424165211100202530ustar00rootroot00000000000000foreach(module ${Dtk_FIND_COMPONENTS}) find_package(Dtk${module}) endforeach() include("${CMAKE_CURRENT_LIST_DIR}/DtkInstallDConfigConfig.cmake") dtkcommon-5.5.23/cmake/Dtk/DtkInstallDConfigConfig.cmake000066400000000000000000000065601424165211100230420ustar00rootroot00000000000000# This cmake file is used to deploy files that dconfig's meta and override configure. include(CMakeParseArguments) # get subpath according `FILE` and `BASE`. # e.g: FILE = /a/b/c/d/foo.json, BASE = /a/b, then return SUBPATH = /c/d/ function(GET_SUBPATH FILE BASE SUBPATH) get_filename_component(BASE_FILE_PATH ${BASE} REALPATH) get_filename_component(FILE_PATH ${FILE} REALPATH) string(REPLACE ${BASE_FILE_PATH} "" SUBPATH_FILE_NAME ${FILE_PATH}) get_filename_component(SUBPATH_PATH ${SUBPATH_FILE_NAME} DIRECTORY) set(${SUBPATH} ${SUBPATH_PATH} PARENT_SCOPE) endfunction() if(NOT DEFINED DSG_DATA_DIR) set(DSG_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/dsg) endif() add_definitions(-DDSG_DATA_DIR=${DSG_DATA_DIR}) # deploy some `meta` 's configure. # # FILES - deployed files. # BASE - used to get subpath, if it's empty, only copy files, and ignore it's subpath structure. # APPID - working for the app. # COMMONID - working for common. # # e.g: # dconfig_meta_files(APPID dconfigexample BASE ./configs FILES ./configs/example.json ./configs/a/example.json) # function(DCONFIG_META_FILES) set(oneValueArgs BASE APPID COMMONID) set(multiValueArgs FILES) cmake_parse_arguments(METAITEM "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) foreach(_current_FILE ${METAITEM_FILES}) set(SUBPATH "") if (DEFINED METAITEM_BASE) GET_SUBPATH(${_current_FILE} ${METAITEM_BASE} SUBPATH) endif() if (DEFINED METAITEM_APPID) install(FILES "${_current_FILE}" DESTINATION ${DSG_DATA_DIR}/configs/${METAITEM_APPID}/${SUBPATH}) elseif (DEFINED METAITEM_COMMONID) install(FILES ${_current_FILE} DESTINATION ${DSG_DATA_DIR}/configs/${SUBPATH}) else() message(FATAL_ERROR "Please set APPID or COMMONID for the meta item." ${_current_FILE}) endif() endforeach() endfunction() # deploy some `meta` 's override configure. # # configuration for the `meta_name` 's override configure. # # FILES - deployed files. # BASE - used to get subpath, if it's empty, only copy files, and ignore it's subpath structure. # APPID - working for the app, if it's empty, working for all app. # META_NAME - override for the meta configure. # # e.g : #dconfig_override_files(APPID dconfigexample BASE ./configs META_NAME example FILES ./configs/dconf-example.override.json ./configs/a/dconf-example.override.a.json) # function(DCONFIG_OVERRIDE_FILES) set(options) set(oneValueArgs BASE APPID META_NAME) set(multiValueArgs FILES) cmake_parse_arguments(OVERRIDEITEM "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) if (NOT DEFINED OVERRIDEITEM_META_NAME) message(FATAL_ERROR "Please set meta_name for the override configuration." ${FILES}) endif() foreach(_current_FILE ${OVERRIDEITEM_FILES}) set(SUBPATH "") if (DEFINED OVERRIDEITEM_BASE) GET_SUBPATH(${_current_FILE} ${OVERRIDEITEM_BASE} SUBPATH) endif() if (DEFINED OVERRIDEITEM_APPID) install(FILES "${_current_FILE}" DESTINATION ${DSG_DATA_DIR}/configs/overrides/${OVERRIDEITEM_APPID}/${OVERRIDEITEM_META_NAME}/${SUBPATH}) else() install(FILES "${_current_FILE}" DESTINATION ${DSG_DATA_DIR}/configs/overrides/${OVERRIDEITEM_META_NAME}/${SUBPATH}) endif() endforeach() endfunction() dtkcommon-5.5.23/confs/000077500000000000000000000000001424165211100147065ustar00rootroot00000000000000dtkcommon-5.5.23/confs/com.deepin.dtk.FileDrag.conf000066400000000000000000000010501424165211100220270ustar00rootroot00000000000000 dtkcommon-5.5.23/debian/000077500000000000000000000000001424165211100150205ustar00rootroot00000000000000dtkcommon-5.5.23/debian/.debhelper/000077500000000000000000000000001424165211100170305ustar00rootroot00000000000000dtkcommon-5.5.23/debian/.debhelper/generated/000077500000000000000000000000001424165211100207665ustar00rootroot00000000000000dtkcommon-5.5.23/debian/.debhelper/generated/libdtkcommon/000077500000000000000000000000001424165211100234505ustar00rootroot00000000000000dtkcommon-5.5.23/debian/.debhelper/generated/libdtkcommon/installed-by-dh_installdocs000066400000000000000000000000001424165211100307400ustar00rootroot00000000000000dtkcommon-5.5.23/debian/changelog000066400000000000000000000002211424165211100166650ustar00rootroot00000000000000dtkcommon (0.0.1) unstable; urgency=medium * ./debian -- Deepin Package Builder Mon, 25 Jan 2021 16:01:40 +0800 dtkcommon-5.5.23/debian/compat000066400000000000000000000000021424165211100162160ustar00rootroot000000000000009 dtkcommon-5.5.23/debian/control000066400000000000000000000014431424165211100164250ustar00rootroot00000000000000Source: dtkcommon Section: libdevel Priority: optional Maintainer: Deepin Packages Builder Build-depends: debhelper (>= 9), pkg-config, libglib2.0-bin, qttools5-dev-tools, qtbase5-private-dev Standards-Version: 3.9.8 Homepage: http://www.deepin.org/ Package: libdtkcommon Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libdtkcore5(<< 5.4.10), libdtkgui5(<< 5.4.10) Replaces: libdtkcore5(<< 5.4.10), libdtkgui5(<< 5.4.10) Description: dtk common files Used to store public configuration files Package: libdtkcommon-dev Architecture: any Conflicts: libdtkcore-dev(<< 5.4.10) Replaces: libdtkcore-dev(<< 5.4.10) Depends: ${misc:Depends}, ${shlibs:Depends}, libdtkcommon( =${binary:Version}) Description: dtk common files Used to store public build files dtkcommon-5.5.23/debian/copyright000066400000000000000000000017171424165211100167610ustar00rootroot00000000000000Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dtkcommon Source: https://github.com/linuxdeepin/dtkcommon Files: * Copyright: Deepin Technology Co., Ltd. License: GPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". dtkcommon-5.5.23/debian/libdtkcommon-dev.install000066400000000000000000000001211424165211100216400ustar00rootroot00000000000000usr/lib/cmake/Dtk/* usr/lib/*/*/mkspecs/features/* usr/lib/*/*/mkspecs/modules/* dtkcommon-5.5.23/debian/libdtkcommon.install000066400000000000000000000000641424165211100210720ustar00rootroot00000000000000#etc/dbus-1/system.d/* usr/share/glib-2.0/schemas/* dtkcommon-5.5.23/debian/rules000077500000000000000000000015431424165211100161030ustar00rootroot00000000000000#!/usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk export QT_SELECT = qt5 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifneq (,$(wildcard .git/config)) CONFIG_VERSION= else VERSION = $(DEB_VERSION_UPSTREAM) _PACK_VER = $(shell echo $(VERSION) | awk -F'[+_~-]' '{print $$1}') _BUILD_VER = $(shell echo $(VERSION) | awk -F'[+_~-]' '{print $$2}' | sed 's/[^0-9]//g') ifeq ($(_BUILD_VER),) CONFIG_VERSION = $(_PACK_VER) else CONFIG_VERSION = $(_PACK_VER).$(_BUILD_VER) endif endif %: dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) VERSION=$(CONFIG_VERSION) ARCH=$(DEB_HOST_MULTIARCH) #override_dh_auto_test: # echo "skip auto test" override_dh_makeshlibs: dh_makeshlibs -V "libdtkcommon (>= $(shell echo $(VERSION) | cut -d '.' -f 1,2))" dtkcommon-5.5.23/debian/source/000077500000000000000000000000001424165211100163205ustar00rootroot00000000000000dtkcommon-5.5.23/debian/source/format000066400000000000000000000000141424165211100175260ustar00rootroot000000000000003.0 (quilt) dtkcommon-5.5.23/dtkcommon.pro000066400000000000000000000074051424165211100163210ustar00rootroot00000000000000TEMPLATE = aux #Makefile to build nothing. CONFIG -= app_bundle CONFIG -= qt defineTest(checkDtkVersion) { isEmpty(VERSION) { isEmpty(VERSION): VERSION = $$system(git describe --tags --abbrev=0) isEmpty(VERSION): VERSION = 5.5.0 isEmpty(VERSION): return(false) VERSION = $$replace(VERSION, [^0-9.],) } export(VERSION) return(true) } defineReplace(getQtMacroFromQMake) { MACRO = $$1 var = $${system($${QMAKE_QMAKE} -query $$MACRO)} return ($$var) } isEmpty(PREFIX){ PREFIX = $${getQtMacroFromQMake(QT_HOST_PREFIX)} isEmpty(PREFIX) { PREFIX = /usr } } !checkDtkVersion():error("check dtk version failed") ver_list = $$split(VERSION, .) isEmpty(VER_MAJ) { VER_MAJ = $$first(ver_list) } isEmpty(VER_MIN) { VER_MIN = $$member(ver_list, 1, 1) isEmpty(VER_MIN): VER_MIN = 0 !isEmpty(VER_MIN): VER_MIN = $$format_number($$VER_MIN, ibase=10) } isEmpty(VER_PAT) { VER_PAT = $$member(ver_list, 2, 2) isEmpty(VER_PAT): VER_PAT = 0 !isEmpty(VER_PAT): VER_PAT = $$format_number($$VER_PAT, ibase=10) } isEmpty(VER_BUI) { VER_BUI = $$member(ver_list, 3, 3) isEmpty(VER_BUI): VER_BUI = 0 !isEmpty(VER_BUI): VER_BUI = $$format_number($$VER_BUI, ibase=10) } message("build version : $$VERSION ($${VER_MAJ}.$${VER_MIN}.$${VER_PAT}.$${VER_BUI})") ARCH_INSTALL_DATA = $${getQtMacroFromQMake(QT_INSTALL_ARCHDATA)} INSTALL_LIBS = $${getQtMacroFromQMake(QT_INSTALL_LIBS)} mod_inst_pfx=$$_PRO_FILE_PWD_ MODULE_PRI = $$mod_inst_pfx/qt_lib_dtkcommon.pri if (isEmpty(ARCH)): module_libs = $${INSTALL_LIBS} else: module_libs = $$PREFIX/lib/$$ARCH if (isEmpty(ARCH)): module_tools = $${INSTALL_LIBS}/libdtk-$$VERSION else: module_tools = $$PREFIX/lib/$$ARCH/libdtk-$$VERSION MODULE_INCLUDES = $$PREFIX/include/libdtk-$$VERSION # Create a module .pri file MODULE_ID=dtkcommon MODULE_PRI_CONT += \ "QT.$${MODULE_ID}.VERSION = $${VERSION}" \ "QT.$${MODULE_ID}.MAJOR_VERSION = $${VER_MAJ}" \ "QT.$${MODULE_ID}.MINOR_VERSION = $${VER_MIN}" \ "QT.$${MODULE_ID}.PATCH_VERSION = $${VER_PAT}" \ "" \ "QT.$${MODULE_ID}.name = $${MODULE_ID}" \ "QT.$${MODULE_ID}.module = dtkcommon" \ "QT.$${MODULE_ID}.tools = $$module_tools" \ "QT.$${MODULE_ID}.libs = $$module_libs" \ "QT.$${MODULE_ID}.includes = $$MODULE_INCLUDES" \ "QT.$${MODULE_ID}.frameworks = " MODULE_PRI_CONT += \ "QT.$${MODULE_ID}.depends = xml" \ "QT.$${MODULE_ID}.module_config = v2" \ "QT.$${MODULE_ID}.DEFINES = " \ "" \ "QT_MODULES += " write_file($$MODULE_PRI, MODULE_PRI_CONT)|error("Aborting.") prf.files = features/dtk_lib.prf \ features/dtk_testcase.prf \ features/dtk_module.prf \ features/dtk_build.prf \ features/dtk_translation.prf \ features/dtk_build_config.prf \ features/dtk_cmake.prf \ features/dtk_qmake.prf \ features/dtk_multiversion.prf \ features/dtk_install_multiversion.prf \ features/dtk_install_dconfig.prf isEmpty(ARCH_INSTALL_DATA) { prf.path = $$PREFIX/lib/$$ARCH/qt5/mkspecs/features } else { prf.path = $${ARCH_INSTALL_DATA}/mkspecs/features } cmake_dtk.files = cmake/Dtk/DtkConfig.cmake \ cmake/Dtk/DtkInstallDConfigConfig.cmake cmake_dtk.path = $$PREFIX/lib/$(ARCH)/cmake/Dtk dtkcommon_module.files = $$MODULE_PRI isEmpty(ARCH_INSTALL_DATA) { dtkcommon_module.path = $$PREFIX/lib/$$ARCH/qt5/mkspecs/modules } else { dtkcommon_module.path = $${ARCH_INSTALL_DATA}/mkspecs/modules } #conf.files = confs/com.deepin.dtk.FileDrag.conf #conf.path = /etc/dbus-1/system.d schemas.files = schemas/com.deepin.dtk.gschema.xml schemas.path = $$PREFIX/share/glib-2.0/schemas INSTALLS += prf cmake_dtk dtkcommon_module schemas #conf dtkcommon-5.5.23/features/000077500000000000000000000000001424165211100154145ustar00rootroot00000000000000dtkcommon-5.5.23/features/dtk_build.prf000066400000000000000000000073151424165211100200740ustar00rootroot00000000000000load(dtk_build_config) #标记已经加载了dtk_build.prf DTK_BUILD=1 TEMPLATE = lib CONFIG += c++11 create_pc create_prl no_install_prl CONFIG += no_keywords # 获取去掉版本号的模块名 defineReplace(baseModuleName) { BASE_NAME="" DIRTY=false NAME = $$1 for (char_val, $$list($$split(NAME,))) { !contains(char_val, ^[0-9._]*$) { contains(DIRTY,false):BASE_NAME=$$BASE_NAME$$char_val } else { # 此时不再获取后续的字符 DIRTY=true } } return ($$BASE_NAME) } # 获取去掉版本号的模块名 BASE_DTK_MODULE_NAME = $$baseModuleName($$DTK_MODULE_NAME) BASE_MODULE_NAME = $$baseModuleName($$MODULE_NAME) DEFINES += QT_MESSAGELOGCONTEXT DEFINES += LIB$$upper($$BASE_DTK_MODULE_NAME)_LIBRARY DEFINES += DTK_LIB_DIR_NAME=\\\"$$LIB_VERSION_NAME\\\" isEmpty(target.path): target.path = $$LIB_INSTALL_DIR isEmpty(includes.path): includes.path = $$quote($$INCLUDE_INSTALL_DIR) # 增加安全编译参数 QMAKE_LFLAGS += -z noexecstack -pie -z relro -z now QMAKE_CFLAGS += -fstack-protector-all -D_FORTITY_SOURCE=1 QMAKE_CXXFLAGS += -fstack-protector-all -D_FORTITY_SOURCE=1 !isEmpty(DTK_STATIC_LIB) { DEFINES += DTK_STATIC_LIB CONFIG += staticlib } !isEmpty(DTK_STATIC_TRANSLATION) { DEFINES += DTK_STATIC_TRANSLATION } defineTest(containIncludeFiles) { header = $$absolute_path($$ARGS) header_dir = $$quote($$dirname(header)) for (file, includes.files) { file_ap = $$absolute_path($$file) file_dir = $$quote($$dirname(file_ap)) isEqual(file_dir, $$header_dir):return(true) } return(false) } ALL_HEADER_FILE_NAME=Dtk$${BASE_MODULE_NAME}s #添加一个include模块提供的所有头文件的总的头文件 defineTest(updateDtkHeaderFile) { include_files = $$HEADERS file_content = $$quote($${LITERAL_HASH}ifndef DTK_$$upper($$BASE_MODULE_NAME)_MODULE_H) file_content += $$quote($${LITERAL_HASH}define DTK_$$upper($$BASE_MODULE_NAME)_MODULE_H) for(header, include_files) { #排除私有头文件,以 _p.h 结尾的认为是私有头文件 suffix = $$str_member($$header, -4, -1) !isEqual(suffix, "_p.h"): containIncludeFiles($$header) { file_content += $$quote($${LITERAL_HASH}include \"$$basename(header)\") } } file_content += $$quote($${LITERAL_HASH}endif) !write_file($$_PRO_FILE_PWD_/$$ALL_HEADER_FILE_NAME, file_content):return(false) return(true) } !updateDtkHeaderFile():warning(Cannot create "$${ALL_HEADER_FILE_NAME}" header file) # create dtkxxx_config.h file defineTest(updateDtkConfigFile) { contains(DTK_MODULE_NAME, ^dtkcore[a-z0-9._]*$) { config_content += $$quote($${LITERAL_HASH}define DTK_VERSION_MAJOR $$VER_MAJ) config_content += $$quote($${LITERAL_HASH}define DTK_VERSION_MINOR $$VER_MIN) config_content += $$quote($${LITERAL_HASH}define DTK_VERSION_PATCH $$VER_PAT) config_content += $$quote($${LITERAL_HASH}define DTK_VERSION_BUILD $$VER_BUI) config_content += $$quote($${LITERAL_HASH}define DTK_VERSION_STR \"$$VERSION\") config_content += $$quote(//) } for(file, includes.files) { file = $$quote($$basename(file)) !isEqual(file, $$ALL_HEADER_FILE_NAME):contains(file, D[A-Za-z0-9_]+) { config_content += $$quote($${LITERAL_HASH}define $$upper($$BASE_DTK_MODULE_NAME)_CLASS_$$file) } } !write_file($$_PRO_FILE_PWD_/$${BASE_DTK_MODULE_NAME}_config.h, config_content):return(false) return(true) } !updateDtkConfigFile():warning(Cannot create "$${BASE_DTK_MODULE_NAME}_config.h" header file) exists($$PWD/dtk_translation.prf) { include($$PWD/dtk_translation.prf) } else { load(dtk_translation) } dtkcommon-5.5.23/features/dtk_build_config.prf000066400000000000000000000044751424165211100214250ustar00rootroot00000000000000isEmpty(DTK_MODULE_NAME): error(set DTK_MODULE_NAME first) !contains(DTK_MODULE_NAME, ^dtk[a-z0-9._]+$): error(The format of the value of DTK_MODULE_NAME is incorrect. eg: dtk[a-z0-9._]+) !contains(DTK_MODULE_NAME, ^dtkcore[a-z0-9._]*$):!contains(QT, ^dtkcore[a-z0-9._]*$): error(QT += dtkcore first) #将首字母改为大写 defineReplace(capitalizingString) { RAW=$$1 FIRST = $$upper($$section(RAW, "", 1, 1)) OTHERS = $$section(RAW, "", 2, -1) return($$FIRST$$OTHERS) } defineTest(checkDtkVersion) { isEmpty(VERSION) { # TODO: failed in windows isEmpty(VERSION): VERSION = $${QT.dtkcommon.VERSION} isEmpty(VERSION): VERSION = $$DTK_VERSION isEmpty(VERSION): return(false) VERSION = $$replace(VERSION, [^0-9.],) } export(VERSION) return(true) } defineReplace(getQtMacroFromQMake) { MACRO = $$1 var = $${system($${QMAKE_QMAKE} -query $$MACRO)} return ($$var) } !checkDtkVersion():error("check dtk version failed") message("build dtk with version $$VERSION") ver_list = $$split(VERSION, .) isEmpty(VER_MAJ) { VER_MAJ = $$first(ver_list) } isEmpty(VER_MIN) { VER_MIN = $$member(ver_list, 1, 1) isEmpty(VER_MIN): VER_MIN = 0 !isEmpty(VER_MIN): VER_MIN = $$format_number($$VER_MIN, ibase=10) } isEmpty(VER_PAT) { VER_PAT = $$member(ver_list, 2, 2) isEmpty(VER_PAT): VER_PAT = 0 !isEmpty(VER_PAT): VER_PAT = $$format_number($$VER_PAT, ibase=10) } isEmpty(VER_BUI) { VER_BUI = $$member(ver_list, 3, 3) isEmpty(VER_BUI): VER_BUI = 0 # fix VER_BUI=009, invalid digit "9" in octal constant error !isEmpty(VER_BUI): VER_BUI = $$format_number($$VER_BUI, ibase=10) } isEmpty(PREFIX){ PREFIX = $${getQtMacroFromQMake(QT_HOST_PREFIX)} } isEmpty(LIB_INSTALL_DIR) { LIB_INSTALL_DIR=$${QT.dtkcommon.libs} } LIB_VERSION_NAME = libdtk-$${VER_MAJ}.$${VER_MIN}.$${VER_PAT} message("library version name $$LIB_VERSION_NAME, VER_BUI is $$VER_BUI") MODULE_NAME = $$upper($$member($$list($$split(DTK_MODULE_NAME,)), 3, 3))$$join($$list($$member($$list($$split(DTK_MODULE_NAME,)), 4, -1))) DMODULE_NAME = D$${MODULE_NAME} isEmpty(TOOL_INSTALL_DIR) { TOOL_INSTALL_DIR=$$LIB_INSTALL_DIR/$$LIB_VERSION_NAME/$$DMODULE_NAME/bin } isEmpty(INCLUDE_INSTALL_DIR) { INCLUDE_INSTALL_DIR = $$PREFIX/include/$$LIB_VERSION_NAME/$$DMODULE_NAME } dtkcommon-5.5.23/features/dtk_cmake.prf000066400000000000000000000024401424165211100200470ustar00rootroot00000000000000# CMake configure #TODO: check cmake exist !win*: { MODULE_DEPENDS=$$find(QT, dtk*) CMAKE_MODULE_DEPENDS=$$replace(MODULE_DEPENDS,"dtk","") CMAKE_MODULE=Dtk$$MODULE_NAME WORK_DIR=$$_PRO_FILE_PWD_ message("config cmake module: $$CMAKE_MODULE") LINK_LIBRARIES = "" for(MODULE_DEPEND, CMAKE_MODULE_DEPENDS) { MODULE_DEPEND=$$capitalizingString($$MODULE_DEPEND) CMAKE_CONTENT += "find_package(Dtk REQUIRED $$MODULE_DEPEND)" LINK_LIBRARIES += " ${Dtk$${MODULE_DEPEND}_LIBRARIES}" } CMAKE_MODULE_INCLUDE_DIR=$$upper($${CMAKE_MODULE})_INCLUDE_DIR INC_DIR = $$replace(INCLUDE_INSTALL_DIR, "/", "/") CMAKE_MODULE_TOO_DIR=$$upper($${CMAKE_MODULE})_TOOL_DIR TOOL_DIR = $$TOOL_INSTALL_DIR CMAKE_CONTENT += "set($${CMAKE_MODULE_INCLUDE_DIR} $${INC_DIR})" CMAKE_CONTENT += "set($${CMAKE_MODULE_TOO_DIR} $${TOOL_DIR})" CMAKE_CONTENT += "set($${CMAKE_MODULE}_LIBRARIES $$TARGET$$LINK_LIBRARIES)" CMAKE_CONTENT += "include_directories(\"${"$${CMAKE_MODULE_INCLUDE_DIR}"}\")" CMAKE_DIR=$$WORK_DIR/../cmake/$${CMAKE_MODULE} CMAKE_PATH=$$CMAKE_DIR/$${CMAKE_MODULE}Config.cmake mkpath($$CMAKE_DIR) message("write cmake file to $$CMAKE_PATH") write_file($$CMAKE_PATH, CMAKE_CONTENT) | error("Aborting.") cmake_config.files = $$WORK_DIR/../cmake cmake_config.path = $$LIB_INSTALL_DIR INSTALLS += cmake_config } dtkcommon-5.5.23/features/dtk_install_dconfig.prf000066400000000000000000000062611424165211100221330ustar00rootroot00000000000000# This prf file is used to deploy files that dconfig's meta and override configure. # # get variable `$$DSG_DATA_DIR` 's value, it’s consistent with class DConfigFile code. isEmpty(DSG_DATA_DIR) { isEmpty(PREFIX) { DSG_DATA_DIR=/usr/share/dsg } else { DSG_DATA_DIR=$$PREFIX/share/dsg } } # deploy some `meta` 's configure. # # files - deployed files. # base - used to get subpath, if it's empty, only copy files, and ignore it's subpath structure. # appid - working for the app, if it's empty, depending on `TEMPLATE`. # commonid - working for common, if it's empyt, depending on `TEMPLATE`. # # e.g: # dconfig_example.files += \ # $$PWD/configs/dconf-example.json \ # $$PWD/configs/a/dconf-example.json # dconfig_example.base = $$PWD/configs # dconfig_example.appid = $$TARGET # # dconfig_example2.files += $$PWD/configs/a/dconf-example.json # # DCONFIG_META_FILES += dconfig_example dconfig_example2 # for(metaitem, DCONFIG_META_FILES) { eval(dconfig_meta_$${metaitem}.files = $$eval($${metaitem}.files)) eval(dconfig_meta_$${metaitem}.base = $$eval($${metaitem}.base)) isEmpty($${metaitem}.appid) { is_common_configuration=true isEmpty($${metaitem}.commonid) { equals(TEMPLATE, app) { eval(dconfig_meta_$${metaitem}.path = $$DSG_DATA_DIR/configs/$$TARGET/) is_common_configuration=false } } if ($$is_common_configuration) { eval(dconfig_meta_$${metaitem}.path = $$DSG_DATA_DIR/configs) } } else { eval(dconfig_meta_$${metaitem}.path = $$DSG_DATA_DIR/configs/$$eval($${metaitem}.appid)) } INSTALLS += dconfig_meta_$${metaitem} } # deploy some `meta` 's override configure. # # configuration for the `meta_name` 's override configure. # # files - deployed files. # base - used to get subpath, if it's empty, only copy files, and ignore it's subpath structure. # appid - working for the app, if it's empty, working for all app. # meta_name - override for the meta configure. # # e.g : # dconfig_example.files += \ # $$PWD/configs/dconf-example.override.json \ # $$PWD/configs/a/dconf-example.override.a.json # dconfig_example.base = $$PWD/configs # dconfig_example.meta_name = example # dconfig_example.appid = $$TARGET # # dconfig_example2.files += $$PWD/configs/a/dconf-example.override.a.json # dconfig_example2.meta_name = example2 # # DCONFIG_OVERRIDE_FILES += dconfig_example dconfig_example2 # for(overrideitem, DCONFIG_OVERRIDE_FILES) { eval(dconfig_override_$${overrideitem}.files = $$eval($${overrideitem}.files)) eval(dconfig_override_$${overrideitem}.base = $$eval($${overrideitem}.base)) isEmpty($${overrideitem}.meta_name) : error("Please set meta_name for the override configuration." $${overrideitem}) isEmpty($${overrideitem}.appid) { eval(dconfig_override_$${overrideitem}.path = $$DSG_DATA_DIR/configs/overrides/$$eval($${overrideitem}.meta_name)) } else { eval(dconfig_override_$${overrideitem}.path = $$DSG_DATA_DIR/configs/overrides/$$eval($${overrideitem}.appid)/$$eval($${overrideitem}.meta_name)) } INSTALLS += dconfig_override_$${overrideitem} } dtkcommon-5.5.23/features/dtk_install_multiversion.prf000066400000000000000000000021171424165211100232560ustar00rootroot00000000000000isEmpty(DTK_BUILD): error("Please load(dtk_build) first!") isEmpty(CMAKE_MODULE): error("load(dtk_cmake) before this!") NAME_ID = $$DTK_MODULE_NAME # 配置qt module 多版本的安装目录 MODULE_LIST = $${system(ls $$_PRO_FILE_PWD_ | grep -P qt_lib_$${NAME_ID}[a-z0-9._]+\.pri)} multiversion_module= for(QT_MODULE, MODULE_LIST) { multiversion_module.files += $$QT_MODULE } isEmpty(MKSPECS_INSTALL_DIR) { MKSPECS_INSTALL_DIR=$$[QT_INSTALL_ARCHDATA]/mkspecs } multiversion_module.path = $${MKSPECS_INSTALL_DIR}/modules !isEmpty(MODULE_LIST): INSTALLS += multiversion_module # 手动将PKG-CONFIG文件指定安装目录 PKG_INSTALL_PATH = $$LIB_INSTALL_DIR/pkgconfig PKG_FILES_PATH = $${_PRO_FILE_PWD_}/pkgconfig exists($$PKG_FILES_PATH) { pkg_files = $${system(ls $$PKG_FILES_PATH | grep -P $${NAME_ID}[a-z0-9._]+\.pc)} multi_pkg_module= for(pkg_file, pkg_files) { file_path = $${PKG_FILES_PATH}/$${pkg_file} multi_pkg_module.files += $$file_path } multi_pkg_module.path = $$PKG_INSTALL_PATH !isEmpty(pkg_files): INSTALLS += multi_pkg_module } dtkcommon-5.5.23/features/dtk_lib.prf000066400000000000000000000003511424165211100175340ustar00rootroot00000000000000TEMPLATE = subdirs CONFIG += ordered exists($$_PRO_FILE_PWD_/src) SUBDIRS += src exists($$_PRO_FILE_PWD_/tools) SUBDIRS += tools exists($$_PRO_FILE_PWD_/tests) SUBDIRS += tests exists($$_PRO_FILE_PWD_/examples) SUBDIRS += examples dtkcommon-5.5.23/features/dtk_module.prf000066400000000000000000000100341424165211100202520ustar00rootroot00000000000000isEmpty(DTK_BUILD): error("Please load(dtk_build) first!") # ----------------------- # Config Qt module MODULE_ID=$$DTK_MODULE_NAME mod_inst_pfx=$$_PRO_FILE_PWD_ MODULE_PRI = $$mod_inst_pfx/qt_lib_$${MODULE_ID}.pri module_libs = $$LIB_INSTALL_DIR module_tools = $$TOOL_INSTALL_DIR MODULE_INCLUDES = $$INCLUDE_INSTALL_DIR MODULE_DEPENDS=$$find(QT, dtk*) message("config qt module: $$MODULE_ID") message("write $$MODULE_PRI to: $$mod_inst_pfx") internal_module: \ MODULE_DEPENDS = $$replace(QT, -private$, _private) else: \ MODULE_DEPENDS = $$replace(QT, -private$, ) MODULE_DEPENDS = $$unique(MODULE_DEPENDS) contains(MODULE_DEPENDS, $$MODULE): \ error("$$MODULE_ID depends on itself.") # Create a module .pri file module_libs=$$LIB_INSTALL_DIR isEmpty(module_libs) { host_build: \ module_libs = "\$\$QT_MODULE_HOST_LIB_BASE" else: \ module_libs = "\$\$QT_MODULE_LIB_BASE" } # In addition to the library's private deps, the private module's deps # are logically runtime deps of the public module. runtime_deps = $$QT_PRIVATE $$QT_FOR_PRIVATE !isEmpty(runtime_deps): \ module_rundep = "QT.$${MODULE_ID}.run_depends = $$replace(runtime_deps, -private$, _private)" else: \ module_rundep = module_build_type = v2 static: \ module_build_type += staticlib lib_bundle { module_build_type += lib_bundle MODULE_FRAMEWORKS = " \$\$QT_MODULE_LIB_BASE" } internal_module: \ module_build_type += internal_module ltcg: \ module_build_type += ltcg module_module = !equals(TEMPLATE, aux) { module_module = $$MODULE_ID$$QT_LIBINFIX !lib_bundle: module_module ~= s,^Qt,Qt$$QT_MAJOR_VERSION, } !isEmpty(MODULE_CONFIG): \ module_config = "QT.$${MODULE_ID}.CONFIG = $$MODULE_CONFIG" else: \ module_config = !isEmpty(MODULE_PLUGIN_TYPES): \ module_plugtypes = "QT.$${MODULE_ID}.plugin_types = $$replace(MODULE_PLUGIN_TYPES, /.*$, )" else: \ module_plugtypes = !isEmpty(MODULE_MASTER_HEADER): \ module_master = "QT.$${MODULE_ID}.master_header = $$MODULE_MASTER_HEADER" else: \ module_master = MODULE_PRI_CONT += \ "QT.$${MODULE_ID}.VERSION = $${VERSION}" \ "QT.$${MODULE_ID}.MAJOR_VERSION = $${VER_MAJ}" \ "QT.$${MODULE_ID}.MINOR_VERSION = $${VER_MIN}" \ "QT.$${MODULE_ID}.PATCH_VERSION = $${VER_PAT}" \ "" \ "QT.$${MODULE_ID}.name = $${MODULE_ID}" \ "QT.$${MODULE_ID}.module = $$module_module" \ "QT.$${MODULE_ID}.tools = $$module_tools" \ "QT.$${MODULE_ID}.libs = $$module_libs" \ $$module_master \ "QT.$${MODULE_ID}.includes = $$MODULE_INCLUDES" \ "QT.$${MODULE_ID}.frameworks =$$MODULE_FRAMEWORKS" MODULE_PRI_CONT += \ "QT.$${MODULE_ID}.depends =$$join(MODULE_DEPENDS, " ", " ")" \ $$module_rundep \ "QT.$${MODULE_ID}.module_config =$$join(module_build_type, " ", " ")" \ $$module_config \ "QT.$${MODULE_ID}.DEFINES = $$val_escape(MODULE_DEFINES)" \ "" \ "QT_MODULES += $$MODULE" write_file($$MODULE_PRI, MODULE_PRI_CONT)|error("Aborting.") qt_module.files = $$MODULE_PRI isEmpty(MKSPECS_INSTALL_DIR) { MKSPECS_INSTALL_DIR=$$[QT_INSTALL_ARCHDATA]/mkspecs } qt_module.path = $${MKSPECS_INSTALL_DIR}/modules INSTALLS += qt_module PKG_MODULE_DEPENDS=$$find(QT, dtk*) #不能添加Qt包的依赖,无法单纯的从Qt模块名称获取其pkgconfig的pc文件名 #for (qt_module, QT) { # #DBus模块需要特殊处理 # isEqual(qt_module, "dbus") { # PKG_MODULE_DEPENDS+=Qt5DBus # } else { # suffix = $$str_member($$qt_module, -7, -1) # #排除以private结尾的模块 # !isEqual(suffix, "private"): PKG_MODULE_DEPENDS+=Qt5$$capitalizingString($$qt_module) # } #} PKG_MODULE_DEPENDS = $$unique(PKG_MODULE_DEPENDS) # ----------------------- # Config pkg-config QMAKE_PKGCONFIG_FILE = $$lower($$MODULE_ID) QMAKE_PKGCONFIG_VERSION = $$VERSION QMAKE_PKGCONFIG_DESTDIR = pkgconfig QMAKE_PKGCONFIG_NAME = $$upper($$MODULE_ID) QMAKE_PKGCONFIG_DESCRIPTION = Deepin Tool Kit $$MODULE_ID header files QMAKE_PKGCONFIG_REQUIRES += $$join(PKG_MODULE_DEPENDS, ", ") QMAKE_PKGCONFIG_INCDIR = $$includes.path QMAKE_PKGCONFIG_LIBDIR = $$target.path dtkcommon-5.5.23/features/dtk_multiversion.prf000066400000000000000000000155761424165211100215450ustar00rootroot00000000000000isEmpty(DTK_BUILD): error("Please load(dtk_build) first!") defineTest(dtkBuildMultiVersion) { VERSION_NUMBER = $$1 isEmpty(VERSION_NUMBER): error("Please input the version number.") MODULE_NAME = $${join(MODULE_NAME, "", "", $$VERSION_NUMBER)} # 写入cmake配置文件 !win*: { MODULE_DEPENDS=$$find(QT, dtk*) CMAKE_MODULE_DEPENDS=$$replace(MODULE_DEPENDS,"dtk","") CMAKE_MODULE=Dtk$$MODULE_NAME WORK_DIR=$$_PRO_FILE_PWD_ message("config cmake module: $$CMAKE_MODULE") LINK_LIBRARIES = "" for(MODULE_DEPEND, CMAKE_MODULE_DEPENDS) { MODULE_DEPEND=$$capitalizingString($$MODULE_DEPEND) MULTI_CMAKE_CONTENT += "find_package(Dtk REQUIRED $$MODULE_DEPEND)" LINK_LIBRARIES += " ${Dtk$${MODULE_DEPEND}_LIBRARIES}" } CMAKE_MODULE_INCLUDE_DIR=$$upper($${CMAKE_MODULE})_INCLUDE_DIR INC_DIR = $$replace(INCLUDE_INSTALL_DIR, "/", "/") CMAKE_MODULE_TOO_DIR=$$upper($${CMAKE_MODULE})_TOOL_DIR TOOL_DIR = $$TOOL_INSTALL_DIR MULTI_CMAKE_CONTENT += "set($${CMAKE_MODULE_INCLUDE_DIR} $${INC_DIR})" MULTI_CMAKE_CONTENT += "set($${CMAKE_MODULE_TOO_DIR} $${TOOL_DIR})" MULTI_CMAKE_CONTENT += "set($${CMAKE_MODULE}_LIBRARIES $$TARGET$$LINK_LIBRARIES)" MULTI_CMAKE_CONTENT += "include_directories(\"${"$${CMAKE_MODULE_INCLUDE_DIR}"}\")" CMAKE_DIR=$$WORK_DIR/../cmake/$${CMAKE_MODULE} CMAKE_PATH=$$CMAKE_DIR/$${CMAKE_MODULE}Config.cmake mkpath($$CMAKE_DIR) message("write cmake file to $$CMAKE_PATH") write_file($$CMAKE_PATH, MULTI_CMAKE_CONTENT) | error("Aborting.") } # 写入qmake配置文件 DTK_MODULE_NAME = $${join(DTK_MODULE_NAME, "", "", $$VERSION_NUMBER)} # ----------------------- # Config Qt module SRC_MODULE_ID = $$MODULE_ID MODULE_ID=$$DTK_MODULE_NAME mod_inst_pfx=$$_PRO_FILE_PWD_ MODULE_PRI = $$mod_inst_pfx/qt_lib_$${MODULE_ID}.pri module_libs = $$LIB_INSTALL_DIR module_tools = $$TOOL_INSTALL_DIR MODULE_INCLUDES = $$INCLUDE_INSTALL_DIR MODULE_DEPENDS=$$find(QT, dtk*) message("config qt module: $$MODULE_ID") message("write $$MODULE_PRI to: $$mod_inst_pfx") internal_module: \ MODULE_DEPENDS = $$replace(QT, -private$, _private) else: \ MODULE_DEPENDS = $$replace(QT, -private$, ) MODULE_DEPENDS = $$unique(MODULE_DEPENDS) contains(MODULE_DEPENDS, $$MODULE): \ error("$$MODULE_ID depends on itself.") # Create a module .pri file module_libs=$$LIB_INSTALL_DIR isEmpty(module_libs) { host_build: \ module_libs = "\$\$QT_MODULE_HOST_LIB_BASE" else: \ module_libs = "\$\$QT_MODULE_LIB_BASE" } # In addition to the library's private deps, the private module's deps # are logically runtime deps of the public module. runtime_deps = $$QT_PRIVATE $$QT_FOR_PRIVATE !isEmpty(runtime_deps): \ module_rundep = "QT.$${MODULE_ID}.run_depends = $$replace(runtime_deps, -private$, _private)" else: \ module_rundep = module_build_type = v2 static: \ module_build_type += staticlib lib_bundle { module_build_type += lib_bundle MODULE_FRAMEWORKS = " \$\$QT_MODULE_LIB_BASE" } internal_module: \ module_build_type += internal_module ltcg: \ module_build_type += ltcg module_module = !equals(TEMPLATE, aux) { module_module = $$SRC_MODULE_ID$$QT_LIBINFIX !lib_bundle: module_module ~= s,^Qt,Qt$$QT_MAJOR_VERSION, } !isEmpty(MODULE_CONFIG): \ module_config = "QT.$${MODULE_ID}.CONFIG = $$MODULE_CONFIG" else: \ module_config = !isEmpty(MODULE_PLUGIN_TYPES): \ module_plugtypes = "QT.$${MODULE_ID}.plugin_types = $$replace(MODULE_PLUGIN_TYPES, /.*$, )" else: \ module_plugtypes = !isEmpty(MODULE_MASTER_HEADER): \ module_master = "QT.$${MODULE_ID}.master_header = $$MODULE_MASTER_HEADER" else: \ module_master = MULTI_MODULE_PRI_CONT += \ "QT.$${MODULE_ID}.VERSION = $${VERSION}" \ "QT.$${MODULE_ID}.MAJOR_VERSION = $${VER_MAJ}" \ "QT.$${MODULE_ID}.MINOR_VERSION = $${VER_MIN}" \ "QT.$${MODULE_ID}.PATCH_VERSION = $${VER_PAT}" \ "" \ "QT.$${MODULE_ID}.name = $${MODULE_ID}" \ "QT.$${MODULE_ID}.module = $$module_module" \ "QT.$${MODULE_ID}.tools = $$module_tools" \ "QT.$${MODULE_ID}.libs = $$module_libs" \ $$module_master \ "QT.$${MODULE_ID}.includes = $$MODULE_INCLUDES" \ "QT.$${MODULE_ID}.frameworks =$$MODULE_FRAMEWORKS" MULTI_MODULE_PRI_CONT += \ "QT.$${MODULE_ID}.depends =$$join(MODULE_DEPENDS, " ", " ")" \ $$module_rundep \ "QT.$${MODULE_ID}.module_config =$$join(module_build_type, " ", " ")" \ $$module_config \ "QT.$${MODULE_ID}.DEFINES = $$val_escape(MODULE_DEFINES)" \ "" \ "QT_MODULES += $$MODULE" write_file($$MODULE_PRI, MULTI_MODULE_PRI_CONT)|error("Aborting.") # 手动写入多版本下的PKG-CONFIG配置文件 MULTI_PKG_CONTENT += \ "prefix=$${PREFIX}" \ "exec_prefix=\$\{prefix\}" \ "libdir=$$replace(LIB_INSTALL_DIR, $${PREFIX}, \$\{prefix\})" \ "includedir=$$replace(includes.path, $${PREFIX}, \$\{prefix\})" \ " " \ " " \ "Name: $$upper($${MODULE_ID})" \ "Description: Deepin Tool Kit $${MODULE_ID} header files" \ "Version: $${VERSION}" \ "Libs: -l$${SRC_MODULE_ID}" \ "Cflags: -I\$\{includedir\}" !isEmpty(PKG_MODULE_DEPENDS) { MULTI_PKG_CONTENT += "Requires: $$join(PKG_MODULE_DEPENDS, ", ")" } PKG_FILES_PATH = $${_PRO_FILE_PWD_}/pkgconfig mkpath($$PKG_FILES_PATH) write_file($$PKG_FILES_PATH/$${DTK_MODULE_NAME}.pc, MULTI_PKG_CONTENT)|error("Aborting.") # DTKCORE 项目有部分其余cmake文件 建立对应的软连接保证其他项目能链接到 equals(SRC_MODULE_ID, "dtkcore") { DTK_CMAKE_NAME=DtkCMake MULTI_CMAKE_DTKCONFIG_DIR=$$WORK_DIR/../cmake/$${DTK_CMAKE_NAME}$${VERSION_NUMBER} mkpath($$MULTI_CMAKE_DTKCONFIG_DIR) MULTI_CMAKE_DTKCONFIG_FILE = $$MULTI_CMAKE_DTKCONFIG_DIR/$${DTK_CMAKE_NAME}$${VERSION_NUMBER}Config.cmake system(ln -s ../$${DTK_CMAKE_NAME}/$${DTK_CMAKE_NAME}Config.cmake $${MULTI_CMAKE_DTKCONFIG_FILE}) DTK_TOOLSDIR_NAME=DtkTools MULTI_DTK_TOOLSDIR=$$WORK_DIR/../cmake/$${DTK_TOOLSDIR_NAME}$${VERSION_NUMBER} mkpath($$MULTI_DTK_TOOLSDIR) DTK_SETTINGS_FILE_NAME = DtkSettingsToolsMacros MULTI_DTK_SETTINGS_FILE_PATH = $$MULTI_DTK_TOOLSDIR/$${DTK_SETTINGS_FILE_NAME}$${VERSION_NUMBER}.cmake MULTI_DTK_TOOLS_FILE_PATH = $$MULTI_DTK_TOOLSDIR/$${DTK_TOOLSDIR_NAME}$${VERSION_NUMBER}Config.cmake system(ln -s ../$${DTK_TOOLSDIR_NAME}/$${DTK_SETTINGS_FILE_NAME}.cmake $${MULTI_DTK_SETTINGS_FILE_PATH}) system(ln -s ../$${DTK_TOOLSDIR_NAME}/$${DTK_TOOLSDIR_NAME}Config.cmake $${MULTI_DTK_TOOLS_FILE_PATH}) } return (true) } dtkcommon-5.5.23/features/dtk_qmake.prf000066400000000000000000000100431424165211100200630ustar00rootroot00000000000000CONFIG += host_$$QMAKE_HOST.arch DEFINES += Q_HOST_NAME=\\\"$$QMAKE_HOST.arch\\\" Q_HOST_$$upper($$QMAKE_HOST.arch) defineTest(buildQMAKEProject) { pro_dir = $$1 pro_out_dir = $$shadowed($$pro_dir) isEmpty(QMAKE_CD): QMAKE_CD=cd pro_cmd_base = "$$QMAKE_CD $$system_quote($$system_path($$pro_out_dir)) &&" mkpath($$pro_out_dir) command = $$pro_cmd_base $$system_quote($$system_path($$QMAKE_QMAKE)) CONFIG(debug, debug|release) { command += QMAKE_CFLAGS_DEBUG*=\"$$QMAKE_CFLAGS_DEBUG\" \ QMAKE_CXXFLAGS_DEBUG*=\"$$QMAKE_CXXFLAGS_DEBUG\" \ QMAKE_LFLAGS_DEBUG*=\"$$QMAKE_LFLAGS_DEBUG\" \ CONFIG+=debug } else { command += QMAKE_CFLAGS_RELEASE*=\"$$QMAKE_CFLAGS_RELEASE\" \ QMAKE_CXXFLAGS_RELEASE*=\"$$QMAKE_CXXFLAGS_RELEASE\" \ QMAKE_LFLAGS_RELEASE*=\"$$QMAKE_LFLAGS_RELEASE\" } command += -spec $$QMAKESPEC $$shell_quote($$pro_dir) message($${command}:) # Qt >= 5.8 greaterThan(QT_MINOR_VERSION, 7) { !equals(3, false): 1 = "( $$1 ) 2>&1" output = $$system("$$command", lines, result) !isEmpty(output): message($$output) !equals(result, 0): return(false) } else { system("$$command")|return(false) } load(configure) command = $$pro_cmd_base $$QMAKE_MAKE message($${command}:) # Qt >= 5.8 greaterThan(QT_MINOR_VERSION, 7) { !equals(3, false): 1 = "( $$1 ) 2>&1" output = $$system("$$command", lines, result) !isEmpty(output): message($$output) !equals(result, 0): return(false) } else { system("$$command")|return(false) } return(true) } contains(TARGET, ^dtkcore[a-z0-9._]*$) { DEEPIN_OS_RELEASE_TOOL=$$_PRO_FILE_PWD_/../bin/deepin-os-release !exists($$DEEPIN_OS_RELEASE_TOOL) { tools_dir = $$_PRO_FILE_PWD_/../tools/deepin-os-release !buildQMAKEProject($$tools_dir): error(Failed on build deepin-os-release) } } else { # 有待优化 isEmpty(QT.dtkcore.tools): error(QT += dtkcore first) DEEPIN_OS_RELEASE_TOOL=$${QT.dtkcore.tools}/deepin-os-release } !exists($$DEEPIN_OS_RELEASE_TOOL): error(\"$$DEEPIN_OS_RELEASE_TOOL\" is not exists. Install \"dtkcore-bin\" first) defineReplace(formatString) { string = $$1 string = $$replace(string, \\s+, _) string_count = $$size(string) greaterThan(string_count, 1) { for (item, string) { isEmpty(new_string): new_string = $$item else: new_string = $${new_string}_$${item} } return($$new_string) } return($$string) } DEEPIN_OS_TYPE = $$system($$DEEPIN_OS_RELEASE_TOOL --deepin-type) DEEPIN_OS_VERSION = $$system($$DEEPIN_OS_RELEASE_TOOL --deepin-version) DISTRIB_ID = $$system($$DEEPIN_OS_RELEASE_TOOL --product-type) DISTRIB_RELEASE = $$system($$DEEPIN_OS_RELEASE_TOOL --product-version) isEmpty(DISTRIB_ID): warning(No value of the "--product-type" in the process "$$DEEPIN_OS_RELEASE_TOOL") else { DISTRIB_ID = $$formatString($$DISTRIB_ID) message("OS: $$DISTRIB_ID, Version: $$DISTRIB_RELEASE") QMAKE_PLATFORM += $$lower($$DISTRIB_ID) DISTRIB_ID = $$upper($$DISTRIB_ID) !isEmpty(DISTRIB_ID): DEFINES += Q_OS_$$DISTRIB_ID CONFIG *= $$QMAKE_PLATFORM DISTRIB_RELEASE = $$formatString($$DISTRIB_RELEASE) DEFINES += Q_OS_VERSION=\\\"$$DISTRIB_RELEASE\\\" #uos base with deepin isEqual(DISTRIB_ID, UOS) { QMAKE_PLATFORM += deepin DEFINES += Q_OS_DEEPIN } } isEmpty(DEEPIN_OS_TYPE): warning(No value of the "--deepin-type" in the process "$$DEEPIN_OS_RELEASE_TOOL") else { DEEPIN_OS_TYPE = $$formatString($$DEEPIN_OS_TYPE) message(Deepin OS Type: $$DEEPIN_OS_TYPE) message(Deepin OS Version: $$DEEPIN_OS_VERSION) !isEmpty(DEEPIN_OS_TYPE) { QMAKE_PLATFORM += deepin_$$lower($$DEEPIN_OS_TYPE) deepin_dde DEFINES += Q_OS_DEEPIN_$$upper($$DEEPIN_OS_TYPE) DEEPIN_DDE } DEEPIN_OS_VERSION = $$formatString($$DEEPIN_OS_VERSION) DEFINES += Q_OS_DEEPIN_VERSION=\\\"$$DEEPIN_OS_VERSION\\\" CONFIG *= $$QMAKE_PLATFORM } dtkcommon-5.5.23/features/dtk_testcase.prf000066400000000000000000000003351424165211100206030ustar00rootroot00000000000000 # 执行 make check 会运行 tests CONFIG += testcase no_testcase_installs # 生成统计信息 QMAKE_CXXFLAGS += -g -Wall -fprofile-arcs -ftest-coverage -O0 QMAKE_LFLAGS += -g -Wall -fprofile-arcs -ftest-coverage -O0 dtkcommon-5.5.23/features/dtk_translation.prf000066400000000000000000000046361424165211100213360ustar00rootroot00000000000000message ("Process dtk translation") message ("Add DTK_NO_TRANSLATION=YES to qmake arguments to skip this") message ("Add DTK_STATIC_TRANSLATION=YES to add support for static translations") # TODO: check lrelease/lupdate exist ROOT_DIR = $$_PRO_FILE_PWD_ BASENAME = $$basename(_PRO_FILE_) BASENAME = $$split(BASENAME, .) BASENAME = $$first(BASENAME) isEmpty(DTK_NO_TRANSLATION) { # system(lupdate $$_PRO_FILE_) | error("Failed to lupdate") TRANSLATIONS = $$files($$ROOT_DIR/translations/*.ts) for(tsfile, TRANSLATIONS) { qmfile = $$replace(tsfile, .ts$, .qm) system(lrelease $$tsfile -qm $$qmfile) | error("Failed to lrelease") } # create static translations qrc file !isEmpty(DTK_STATIC_TRANSLATION) { # qrc template # # # dtkwidget_am_ET.qm # dtkwidget_ar.qm # dtkwidget_ast.qm # # QRC_PATH = $$ROOT_DIR/translations/$${TARGET}_translations.qrc message ("Create static translations file $${QRC_PATH}") QRC_CONTENT = "" QRC_CONTENT += " " QM_FILE_LIST = $$files($$ROOT_DIR/translations/*.qm) for(qmfile, QM_FILE_LIST) { QRC_CONTENT += " $$basename(qmfile)" } QRC_CONTENT += " " QRC_CONTENT += "" write_file($$QRC_PATH, QRC_CONTENT) | error("Aborting.") } } !isEmpty(DTK_STATIC_TRANSLATION) { QRC_PATH = $$ROOT_DIR/translations/$${TARGET}_translations.qrc RESOURCES += $$QRC_PATH } TRANSLATIONS += $$ROOT_DIR/translations/* TRANSLATIONS_DIR = $$LIB_VERSION_NAME/$$DMODULE_NAME/translations TRANSLATIONS_PATH = $$PREFIX/share/$$TRANSLATIONS_DIR BASE_DMODULE_NAME="" DIRTY=false for (char_val, $$list($$split(DMODULE_NAME,))) { !contains(char_val, ^[0-9._]*$) { contains(DIRTY,false):BASE_DMODULE_NAME=$$BASE_DMODULE_NAME$$char_val } else { # 此时不再获取后续的字符 DIRTY=true } } DEFINES += $$upper($$BASE_DMODULE_NAME)_TRANSLATIONS_PATH=\\\"$$TRANSLATIONS_PATH\\\" DEFINES += $$upper($$BASE_DMODULE_NAME)_TRANSLATIONS_DIR=\\\"$$TRANSLATIONS_DIR\\\" dtk_translations.path = $$TRANSLATIONS_PATH dtk_translations.files = $$ROOT_DIR/translations/*.qm INSTALLS += dtk_translations dtkcommon-5.5.23/rpm/000077500000000000000000000000001424165211100143745ustar00rootroot00000000000000dtkcommon-5.5.23/rpm/dtkcommon.spec000066400000000000000000000015231424165211100172440ustar00rootroot00000000000000Name: dtkcommon Version: 5.5.17 Release: 1 Summary: dtk common files Source0: %{name}-%{version}.orig.tar.xz License: GPLv3 BuildRequires: qt5-qtbase-devel Obsoletes: dtkcore <= 5.4.10 Obsoletes: dtkcore-devel <= 5.4.10 %global debug_package %{nil} %description dtk common files %package devel Summary: Development package for %{sname} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel dtk common files - devel %prep %setup -q %build export QTDIR="%{_qt5_prefix}" export PATH="%{_qt5_bindir}:$PATH" %qmake_qt5 %make_build %install %make_install INSTALL_ROOT=%{buildroot} %files %doc README.md %license LICENSE %{_datarootdir}/glib-2.0/schemas/* %files devel %doc README.md %license LICENSE %{_prefix}/lib/cmake/Dtk/* %{_libdir}/*/mkspecs/features/* %{_libdir}/*/mkspecs/modules/* %changelog dtkcommon-5.5.23/schemas/000077500000000000000000000000001424165211100152215ustar00rootroot00000000000000dtkcommon-5.5.23/schemas/com.deepin.dtk.gschema.xml000066400000000000000000000011241424165211100221510ustar00rootroot00000000000000 'UnknownType' application palette type Palette type of the application. SystemTheme=0 LightTheme=1 DarkTheme=2